Class: Kerbi::Cli::ValuesHandler
- Inherits:
-
BaseHandler
- Object
- Thor
- BaseHandler
- Kerbi::Cli::ValuesHandler
- Defined in:
- lib/cli/values_handler.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 8 |
# File 'lib/cli/values_handler.rb', line 5 def show values = compile_values echo_data(values, coerce_type: "Hash") end |