Sha256: 46f560edc3a90cbb841a7a1a17280545cbed5e8e77b556c7a9260210becebbfb

Contents?: true

Size: 111 Bytes

Versions: 27

Compression:

Stored size: 111 Bytes

Contents

module Lograge
  module Formatters
    class Raw
      def call(data)
        data
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
lograge-0.3.6 lib/lograge/formatters/raw.rb
lograge-0.3.5 lib/lograge/formatters/raw.rb
lograge-0.3.4 lib/lograge/formatters/raw.rb
lograge-0.3.3 lib/lograge/formatters/raw.rb
lograge-0.3.2 lib/lograge/formatters/raw.rb
lograge-0.3.1 lib/lograge/formatters/raw.rb
lograge-with-time-0.4.0 lib/lograge/formatters/raw.rb