module Ijson

Constants

VERSION

Public Instance Methods

load(json_file) click to toggle source
# File lib/ijson.rb, line 14
def load json_file
  Command.root = JSON.load File.read json_file
end
start() click to toggle source
# File lib/ijson.rb, line 18
def start
  Ripl.start
end