Class: Pingo::CLI
- Inherits:
-
Thor
- Object
- Thor
- Pingo::CLI
- Defined in:
- lib/pingo/cli.rb,
lib/pingo/cli/pingo.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(model_name) ⇒ Object (private)
15 16 17 |
# File 'lib/pingo/cli.rb', line 15 def method_missing(model_name) pingo(model_name.to_s) end |