Class: GitPrepareBranch::NullLogger
- Inherits:
-
Object
- Object
- GitPrepareBranch::NullLogger
- Defined in:
- lib/git-prepare-branch/null_logger.rb
Instance Method Summary collapse
-
#initialize(stream: nil) ⇒ NullLogger
constructor
A new instance of NullLogger.
- #log(message) ⇒ Object
Constructor Details
#initialize(stream: nil) ⇒ NullLogger
Returns a new instance of NullLogger.
3 |
# File 'lib/git-prepare-branch/null_logger.rb', line 3 def initialize(stream:nil); end |
Instance Method Details
#log(message) ⇒ Object
4 |
# File 'lib/git-prepare-branch/null_logger.rb', line 4 def log(); end |