Class: BaseCommand
- Inherits:
-
Pleiades::Command::BaseCommand
- Object
- Pleiades::Command::BaseCommand
- BaseCommand
- Defined in:
- lib/pleiades/generators/pleiades/setup/templates/base_command.rb
Instance Method Summary collapse
Methods inherited from Pleiades::Command::BaseCommand
Constructor Details
This class inherits a constructor from Pleiades::Command::BaseCommand
Instance Method Details
#call ⇒ Object
2 3 4 |
# File 'lib/pleiades/generators/pleiades/setup/templates/base_command.rb', line 2 def call show_event if disp? end |