Sha256: 91570cea5aca589aa308f7067781536e22187ec298428e3fbabb6610922d0d73

Contents?: true

Size: 220 Bytes

Versions: 2

Compression:

Stored size: 220 Bytes

Contents

require "logfmt_marshalling/version"
require "logfmt_marshalling/marshaller"

module LogfmtMarshalling
  def self.marshal(hash)
    marshaller = ::LogfmtMarshalling::Marshaller.new

    marshaller.marshal hash
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
logfmt_marshalling-0.0.2 lib/logfmt_marshalling.rb
logfmt_marshalling-0.0.1 lib/logfmt_marshalling.rb