class Utils::IRB::Service::Proxy

def eval(code)

def eval(code)
  @irb.conf.workspace.evaluate nil, code
end