class Binding

Public Instance Methods

irb_remote() click to toggle source
# File lib/irb_remote/core_ext/binding.rb, line 2
def irb_remote
  server = IRBRemote::Server.new(self)
  server.start
end