class PhisherPhinder::NullResponse

Public Instance Methods

==(other) click to toggle source
# File lib/phisher_phinder/null_response.rb, line 8
def ==(other)
  other.instance_of? self.class
end
method_missing(*_args) click to toggle source
# File lib/phisher_phinder/null_response.rb, line 5
def method_missing(*_args)
end