Class: Redcar::Ruby::OpenRubyREPL
- Inherits:
-
Redcar::REPL::OpenREPL
- Object
- Command
- Redcar::REPL::OpenREPL
- Redcar::Ruby::OpenRubyREPL
- Defined in:
- plugins/ruby/lib/ruby.rb
Constant Summary
Constants included from Observable
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary (collapse)
Methods inherited from Redcar::REPL::OpenREPL
Methods inherited from Command
active_changed, #environment, inherited, #inspect, norecord, record?, #run
Methods included from Sensitive
#active?, #sensitivities, #sensitivity_names, #sensitize
Methods included from Observable
#add_listener, #notify_listeners, #remove_listener
Instance Method Details
- (Object) execute
30 31 32 |
# File 'plugins/ruby/lib/ruby.rb', line 30 def execute open_repl(REPLMirror.new) end |