Class: Oktest::JsonMatcher::Any
- Inherits:
-
Object
- Object
- Oktest::JsonMatcher::Any
- Defined in:
- lib/oktest.rb
Instance Method Summary collapse
Instance Method Details
#===(actual) ⇒ Object
784 785 786 787 |
# File 'lib/oktest.rb', line 784 def ===(actual) #; [!mzion] returns true in any case. true end |
#inspect ⇒ Object
788 789 790 791 |
# File 'lib/oktest.rb', line 788 def inspect() #; [!6f0yv] returns 'Any()' string. return "Any()" end |