Sha256: 089165c1ba608b1dac35ce7093c1eeecce67a8df9fbf49e1010ead318d9760d7

Contents?: true

Size: 91 Bytes

Versions: 13

Compression:

Stored size: 91 Bytes

Contents

class NullLogger
  def write(msg)
  end

  def info(msg)
  end

  def debug(msg)
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
big_brother-0.6.8 spec/support/null_logger.rb
big_brother-0.6.7 spec/support/null_logger.rb
big_brother-0.6.6 spec/support/null_logger.rb
big_brother-0.6.5 spec/support/null_logger.rb
big_brother-0.6.4 spec/support/null_logger.rb
big_brother-0.6.3 spec/support/null_logger.rb
big_brother-0.6.2 spec/support/null_logger.rb
big_brother-0.6.1 spec/support/null_logger.rb
big_brother-0.6.0 spec/support/null_logger.rb
big_brother-0.5.0 spec/support/null_logger.rb
big_brother-0.4.1 spec/support/null_logger.rb
big_brother-0.4.0 spec/support/null_logger.rb
big_brother-0.3.1 spec/support/null_logger.rb