Module: Kernel

Defined in:
lib/ir_b.rb

Instance Method Summary collapse

Instance Method Details

#ir(_binding = nil) ⇒ Object



53
54
55
56
57
58
59
# File 'lib/ir_b.rb', line 53

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