Sha256: ed147caa3c2a2313595b0085ec1c3cb775ab502f21f5288ea4efd07f96315fde
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.0' #: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.0 | lib/marlowe.rb |