Top Level Namespace

Defined Under Namespace

Modules: RubyTestIDE

Instance Method Summary collapse

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