module Log
Public Class Methods
dump(*args)
click to toggle source
# File lib/gorillib/logger/log.rb, line 11 def Log.dump *args self.debug([ args.map(&:inspect), caller.first ].join("\t")) end
# File lib/gorillib/logger/log.rb, line 11 def Log.dump *args self.debug([ args.map(&:inspect), caller.first ].join("\t")) end