Sha256: 60323f20d435f30e6b62f45395a3bd5985a6eb46807c1691aac9b55c5fbef2f1

Contents?: true

Size: 112 Bytes

Versions: 8

Compression:

Stored size: 112 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
heavylog-0.0.9 lib/heavylog/formatters/raw.rb
heavylog-0.0.8 lib/heavylog/formatters/raw.rb
heavylog-0.0.7 lib/heavylog/formatters/raw.rb
heavylog-0.0.6 lib/heavylog/formatters/raw.rb
heavylog-0.0.5 lib/heavylog/formatters/raw.rb
heavylog-0.0.4 lib/heavylog/formatters/raw.rb
heavylog-0.0.3 lib/heavylog/formatters/raw.rb
heavylog-0.0.2 lib/heavylog/formatters/raw.rb