class Lumberjack::Formatter::ObjectFormatter

No-op formatter that just returns the object itself.

Public Instance Methods

call(obj) click to toggle source
# File lib/lumberjack/formatter/object_formatter.rb, line 7
def call(obj)
  obj
end