Class: Binding

Inherits:
Object
  • Object
show all
Defined in:
lib/irb_remote/core_ext/binding.rb

Instance Method Summary collapse

Instance Method Details

#irb_remoteObject



2
3
4
5
# File 'lib/irb_remote/core_ext/binding.rb', line 2

def irb_remote
  server = IRBRemote::Server.new(self)
  server.start
end