Sha256: 5c77eb466dd7d92b5bccd82fd2190522b1a495d83d131fbd10f4f3f722b85322

Contents?: true

Size: 110 Bytes

Versions: 6

Compression:

Stored size: 110 Bytes

Contents

module Comatose
  class Logger < Logger

    def debug(str)
      "[**Comatose**]: #{str}"
    end

  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
comatose-rubyisbeautiful-3.0.5 lib/comatose/logger.rb
comatose-rubyisbeautiful-3.0.4 lib/comatose/logger.rb
comatose-rubyisbeautiful-3.0.3 lib/comatose/logger.rb
comatose-rubyisbeautiful-3.0.2 lib/comatose/logger.rb
comatose-rubyisbeautiful-3.0.1 lib/comatose/logger.rb
comatose-rubyisbeautiful-3.0.0 lib/comatose/logger.rb