Sha256: 0f3ae1577a912e4a81328a17a17f3707c91fcb1641d88855c5b37fbb3ecd50eb

Contents?: true

Size: 137 Bytes

Versions: 4

Compression:

Stored size: 137 Bytes

Contents

class LoggerStub
  
  [:debug, :error, :fatal, :info, :warn].each do |method|
    define_method(method) do
      nil
    end
  end
  
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
vigetlabs-loggable-0.1.1 lib/loggable/logger_stub.rb
vigetlabs-loggable-0.2.0 lib/loggable/logger_stub.rb
loggable-0.1.0 lib/loggable/logger_stub.rb
loggable-0.2.0 lib/loggable/logger_stub.rb