Sha256: 3e6c078fe3cbc19827c4cd9d03a4447905cacc724d36f7539bec265c2b6f7105
Contents?: true
Size: 182 Bytes
Versions: 30
Compression:
Stored size: 182 Bytes
Contents
module Lumberjack class Formatter # Format an object by calling +inspect+ on it. class InspectFormatter def call(obj) obj.inspect end end end end
Version data entries
30 entries across 28 versions & 9 rubygems