module Kernel

Private Instance Methods

ic(*args) click to toggle source
# File lib/ricecream.rb, line 6
def ic(*args)
  Ricecream.ic(caller_locations(1, 1).first, :ic, args)
  return *args
end
ic_format(*args) click to toggle source
# File lib/ricecream.rb, line 11
def ic_format(*args)
  Ricecream.format(caller_locations(1, 1).first, :ic_format, args)
end