Module: Ijson
- Defined in:
- lib/ijson.rb,
lib/ijson/command.rb,
lib/ijson/literal.rb,
lib/ijson/version.rb,
lib/ijson/be_awesome.rb
Defined Under Namespace
Modules: BeAwesome, Command, Literal
Constant Summary
collapse
- VERSION =
"0.0.1"
Class Method Summary
collapse
Class Method Details
.load(json_file) ⇒ Object
14
15
16
|
# File 'lib/ijson.rb', line 14
def load json_file
Command.root = JSON.load File.read json_file
end
|
.start ⇒ Object
18
19
20
|
# File 'lib/ijson.rb', line 18
def start
Ripl.start
end
|