Class: JsonToTable::CLI
- Inherits:
-
Thor
- Object
- Thor
- JsonToTable::CLI
- Defined in:
- lib/json_to_table/cli.rb
Instance Method Summary collapse
Instance Method Details
#show(json_file) ⇒ Object
7 8 9 |
# File 'lib/json_to_table/cli.rb', line 7 def show(json_file) JsonToTableDisplayer.new(File.read(json_file)).run end |