Class: Alchemist::Commands::Take
- Defined in:
- lib/alchemist-server/commands/take.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#initialize, #outcome, pattern, run
Constructor Details
This class inherits a constructor from Alchemist::Commands::Base
Instance Method Details
#run ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/alchemist-server/commands/take.rb', line 6 def run world = history.world.take(avatar_name) a = world.avatar avatar_name outcome "inventory #{a.inventory}", world, Commands::Look end |