Sha256: ec81bd073e859b35abaaa08dc25671032f332c2855f019cf29a59543fe8c3a79
Contents?: true
Size: 492 Bytes
Versions: 1
Compression:
Stored size: 492 Bytes
Contents
# Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved. This # code is released under a tri EPL/GPL/LGPL license. You can use it, # redistribute it and/or modify it under the terms of the: # # Eclipse Public License version 1.0 # GNU General Public License version 2 # GNU Lesser General Public License version 2.1 class MockLogger def debug(message) end def info(message) end end MOCK_LOGGER = MockLogger.new class PSD def self.logger MOCK_LOGGER end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bench9000-0.1 | benchmarks/psd.rb/mock-logger.rb |