Top Level Namespace
Defined Under Namespace
Modules: RubyTestIDE
Instance Method Summary collapse
-
#__ruby_ide_sandbox__ ⇒ Object
Top-level def so
selfinside the sandbox ismain, exactly like a script.
Instance Method Details
#__ruby_ide_sandbox__ ⇒ Object
Top-level def so self inside the sandbox is main, exactly like a script.
528 529 530 |
# File 'lib/ruby_test_ide/runner.rb', line 528 def __ruby_ide_sandbox__ binding end |