Top Level Namespace

Defined Under Namespace

Modules: N2B, N2M

Instance Method Summary collapse

Instance Method Details

#n2r(input_string = '', files: [], exception: nil) ⇒ Object



90
91
92
# File 'lib/n2b/irb.rb', line 90

def n2r(input_string = '', files: [], exception: nil)
  N2B::IRB.n2r(input_string, files: files, exception: exception)
end