module Ricecream::P
Public Instance Methods
p(*args)
click to toggle source
# File lib/ricecream/refine.rb, line 19 def p(*args) Ricecream.ic(caller_locations(1, 1).first, :p, args) return *args end
# File lib/ricecream/refine.rb, line 19 def p(*args) Ricecream.ic(caller_locations(1, 1).first, :p, args) return *args end