Class: Ellen::Commands::Generate
- Defined in:
- lib/ellen/commands/generate.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Ellen::Commands::Base
Instance Method Details
#call ⇒ Object
6 7 8 |
# File 'lib/ellen/commands/generate.rb', line 6 def call valid? ? copy : die end |