class Woyo::Location

Public Instance Methods

here() click to toggle source
# File lib/woyo/world/location.rb, line 17
def here
  self
end
initialize_object() click to toggle source
Calls superclass method
# File lib/woyo/world/location.rb, line 9
def initialize_object
  super
end
world() click to toggle source
# File lib/woyo/world/location.rb, line 13
def world
  context
end