Class: HermanLi::CLI
- Inherits:
-
Thor
- Object
- Thor
- HermanLi::CLI
- Defined in:
- lib/herman_li/cli.rb
Instance Method Summary collapse
Instance Method Details
#express ⇒ Object
10 11 12 13 14 15 16 |
# File 'lib/herman_li/cli.rb', line 10 def express f = [:file] fail unless File.exist?(f) $config = YAML::load_file(f) require_relative "./clock" Clockwork::run end |