Class: Jscon::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/jscon/cli.rb

Instance Method Summary collapse

Instance Method Details

#replObject



8
9
10
11
12
13
# File 'lib/jscon/cli.rb', line 8

def repl
  phantom_options = options.keys.join(",")
  Jscon::Repl.new(phantom_options).start
ensure
  Jscon::Dir.remove
end