Module: Bogus::Anything
- Defined in:
- lib/bogus/stubbing/anything.rb
Class Method Summary collapse
Class Method Details
.==(other) ⇒ Object
3 4 5 |
# File 'lib/bogus/stubbing/anything.rb', line 3 def self.==(other) true end |
.inspect ⇒ Object
7 8 9 |
# File 'lib/bogus/stubbing/anything.rb', line 7 def self.inspect "anything" end |