# File lib/libttc.rb, line 260 def move_to(new_position) @position = new_position @contains.each {|c| c.move_to(new_position)} end