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