Class: Epi::Cli::Commands::Help
- Inherits:
-
Epi::Cli::Command
- Object
- Epi::Cli::Command
- Epi::Cli::Commands::Help
- Defined in:
- lib/epi/cli/commands/help.rb
Overview
noinspection RubyStringKeysInHashInspection
Instance Attribute Summary
Attributes inherited from Epi::Cli::Command
Instance Method Summary collapse
Methods inherited from Epi::Cli::Command
Constructor Details
This class inherits a constructor from Epi::Cli::Command
Instance Method Details
#run ⇒ Object
7 8 9 10 |
# File 'lib/epi/cli/commands/help.rb', line 7 def run puts doc EM.stop end |