Class: J2j::Cli

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/j2j.rb

Instance Method Summary collapse

Instance Method Details

#json(path_to_json) ⇒ Object



17
18
19
# File 'lib/j2j.rb', line 17

def json(path_to_json)
  convert(path_to_json, options)
end