123456789_123456789_123456789_123456789_123456789_

Class: Binding

Relationships & Source Files
Inherits: Object
Defined in: lib/irb.rb

Instance Method Summary

Instance Method Details

#irb

This method is for internal use only.
[ GitHub ]

  
# File 'lib/irb.rb', line 712

def irb
  IRB.setup(eval("__FILE__"), argv: [])
  workspace = IRB::WorkSpace.new(self)
  STDOUT.print(workspace.code_around_binding)
  IRB::Irb.new(workspace).run(IRB.conf)
end