Class: Ellen::Commands::Generate

Inherits:
Base
  • Object
show all
Defined in:
lib/ellen/commands/generate.rb

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Ellen::Commands::Base

Instance Method Details

#callObject



6
7
8
# File 'lib/ellen/commands/generate.rb', line 6

def call
  valid? ? copy : die
end