Method: Thing#on_enter

Defined in:
lib/vendor/xmpp4r/data/doc/xmpp4r/examples/advanced/adventure/world.rb

#on_enter(thing, from) ⇒ Object



340
341
342
343
344
# File 'lib/vendor/xmpp4r/data/doc/xmpp4r/examples/advanced/adventure/world.rb', line 340

def on_enter(thing, from)
  each_element('on-enter') { |c|
    command(thing, c, [from])
  }
end