Class: PhisherPhinder::NullResponse
- Inherits:
-
Object
- Object
- PhisherPhinder::NullResponse
show all
- Defined in:
- lib/phisher_phinder/null_response.rb
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*_args) ⇒ Object
5
6
|
# File 'lib/phisher_phinder/null_response.rb', line 5
def method_missing(*_args)
end
|
Instance Method Details
#==(other) ⇒ Object
8
9
10
|
# File 'lib/phisher_phinder/null_response.rb', line 8
def ==(other)
other.instance_of? self.class
end
|