Method: Utils::IRB::Service::Proxy#eval

Defined in:
lib/utils/irb.rb

#eval(code) ⇒ Object



474
475
476
# File 'lib/utils/irb.rb', line 474

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