Parent

Methods

Files

Lumberjack::Formatter::StringFormatter

Format an object by calling to_s on it.

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.