Class: JSH::Base
- Inherits:
-
Object
- Object
- JSH::Base
- Defined in:
- lib/jsh/base.rb
Instance Method Summary collapse
Instance Method Details
#commands ⇒ Object
16 17 18 |
# File 'lib/jsh/base.rb', line 16 def commands @commands ||= Commands.new end |
#context ⇒ Object
8 9 10 |
# File 'lib/jsh/base.rb', line 8 def context @context ||= Context.new end |
#output ⇒ Object
12 13 14 |
# File 'lib/jsh/base.rb', line 12 def output STDOUT end |