Class: Oktest::JsonMatcher::Any
- Inherits:
-
Object
- Object
- Oktest::JsonMatcher::Any
- Defined in:
- lib/oktest.rb
Instance Method Summary collapse
Instance Method Details
#===(actual) ⇒ Object
811 812 813 814 |
# File 'lib/oktest.rb', line 811 def ===(actual) #; [!mzion] returns true in any case. true end |
#inspect ⇒ Object
815 816 817 818 |
# File 'lib/oktest.rb', line 815 def inspect() #; [!6f0yv] returns 'Any()' string. return "Any()" end |