Class: ConvenientService::Support::NotPassed
- Inherits:
-
UniqueValue
- Object
- UniqueValue
- ConvenientService::Support::NotPassed
- Defined in:
- lib/convenient_service/support/not_passed.rb
Instance Attribute Summary
Attributes inherited from UniqueValue
Instance Method Summary collapse
Methods inherited from UniqueValue
#==, #===, #eql?, #hash, #initialize, #inspect
Constructor Details
This class inherits a constructor from ConvenientService::Support::UniqueValue
Instance Method Details
#[](value) ⇒ Boolean
15 16 17 |
# File 'lib/convenient_service/support/not_passed.rb', line 15 def [](value) equal?(value) end |