Class: Oktest::JsonMatcher::Enum
- Inherits:
-
Set
- Object
- Set
- Oktest::JsonMatcher::Enum
- Defined in:
- lib/oktest.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
803 804 805 806 |
# File 'lib/oktest.rb', line 803 def inspect() #; [!fam11] returns 'Enum(...)' string. return "Enum(#{self.collect(&:inspect).join(', ')})" end |