Class: BaseCommand

Inherits:
Pleiades::Command::BaseCommand show all
Defined in:
lib/pleiades/generators/pleiades/setup/templates/base_command.rb

Instance Method Summary collapse

Methods inherited from Pleiades::Command::BaseCommand

#initialize

Constructor Details

This class inherits a constructor from Pleiades::Command::BaseCommand

Instance Method Details

#callObject



2
3
4
# File 'lib/pleiades/generators/pleiades/setup/templates/base_command.rb', line 2

def call
  show_event if disp?
end