Sha256: f8109c40bc483ff1c8b00d74d087fb472c95eff184f3f47ed63ddc26d442071b

Contents?: true

Size: 211 Bytes

Versions: 3

Compression:

Stored size: 211 Bytes

Contents

require_relative 'world_object'

module Woyo

class Location < WorldObject

  children   :way, :item

  def initialize_object
    super
  end

  def world
    context
  end

  def here
    self
  end

end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
woyo-world-0.0.9 lib/woyo/world/location.rb
woyo-world-0.0.8 lib/woyo/world/location.rb
woyo-world-0.0.7 lib/woyo/world/location.rb