# File src/field.rb, line 24
  def position(x, y)
    @x, @y = x, y
  end