Class: Oktest::JsonMatcher::Any
- Inherits:
-
Object
- Object
- Oktest::JsonMatcher::Any
- Defined in:
- lib/oktest.rb
Instance Method Summary collapse
Instance Method Details
#===(actual) ⇒ Object
824 825 826 827 |
# File 'lib/oktest.rb', line 824 def ===(actual) #; [!mzion] returns true in any case. true end |
#inspect ⇒ Object
828 829 830 831 |
# File 'lib/oktest.rb', line 828 def inspect() #; [!6f0yv] returns 'Any()' string. return "Any()" end |