Sha256: 0694a96298c1dcaedc48871ff8d90d6f6a2c30382e737241bc4a75c72194d4c5
Contents?: true
Size: 300 Bytes
Versions: 1
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true # Marlowe, a correlation id injector. module Marlowe VERSION = "2.1" #:nodoc: require "marlowe/middleware" require "marlowe/rails" if defined? Rails::Railtie autoload :Formatter, "marlowe/formatter" autoload :SimpleFormatter, "marlowe/simple_formatter" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
marlowe-2.1 | lib/marlowe.rb |