Class: Neovim::Logging::Null

Inherits:
Logger show all
Defined in:
lib/neovim/logging.rb

Constant Summary collapse

NAME =
"null"

Constants inherited from Logger

Logger::SUBS

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Logger

inherited, provide

Class Method Details

.open(dest = nil) {|new| ... } ⇒ Object

Yields:

  • (new)


88
89
90
# File 'lib/neovim/logging.rb', line 88

def open dest = nil
  yield new
end

Instance Method Details

#put(**fields) ⇒ Object



92
93
# File 'lib/neovim/logging.rb', line 92

def put **fields
end