Module: Kernel

Defined in:
lib/ir_b.rb

Instance Method Summary collapse

Instance Method Details

#ir(_binding = nil) ⇒ Object



67
68
69
70
71
72
73
# File 'lib/ir_b.rb', line 67

def ir(_binding = nil)
  if _binding
    IrB-_binding
  else
    IrB
  end
end