Module: JSH
- Defined in:
- lib/jsh.rb,
lib/jsh/base.rb,
lib/jsh/pair.rb,
lib/jsh/repl.rb,
lib/jsh/hooks.rb,
lib/jsh/context.rb,
lib/jsh/version.rb,
lib/jsh/commands.rb,
lib/jsh/error_handler.rb
Defined Under Namespace
Classes: Base, Commands, Context, ErrorHandler, Hooks, Pair, REPL
Constant Summary collapse
- VERSION =
'0.0.1'
Class Method Summary collapse
Class Method Details
.start(options = {}) ⇒ Object
5 6 7 |
# File 'lib/jsh.rb', line 5 def self.start( = {}) REPL.start() end |