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