Class: Alchemist::Commands::Compounds
- Defined in:
- lib/alchemist-server/commands/compounds.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 |
# File 'lib/alchemist-server/commands/compounds.rb', line 6 def run elements = history.world.compound_elements outcome "compounds #{elements.map(&:symbol).join('')}" end |