class Serf::Util::NullObject
A simple NullOject pattern implementation for some Serf
code that assumes the existence of a logger.
Public Instance Methods
method_missing(*args, &block)
click to toggle source
# File lib/serf/util/null_object.rb, line 9 def method_missing(*args, &block) self end