Class: Epi::Cli::Commands::Daemon
- Inherits:
-
Epi::Cli::Command
- Object
- Epi::Cli::Command
- Epi::Cli::Commands::Daemon
- Defined in:
- lib/epi/cli/commands/daemon.rb
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
6 7 8 9 |
# File 'lib/epi/cli/commands/daemon.rb', line 6 def run Epi::Daemon.run puts 'Daemon is running' end |