Class: ConvenientService::Support::NotPassed Private
- Inherits:
-
UniqueValue
- Object
- UniqueValue
- ConvenientService::Support::NotPassed
- Defined in:
- lib/convenient_service/support/not_passed.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary
Attributes inherited from UniqueValue
Instance Method Summary collapse
- #[](value) ⇒ Boolean private
Methods inherited from UniqueValue
#==, #===, #eql?, #hash, #initialize, #inspect
Constructor Details
This class inherits a constructor from ConvenientService::Support::UniqueValue
Instance Method Details
#[](value) ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
15 16 17 |
# File 'lib/convenient_service/support/not_passed.rb', line 15 def [](value) equal?(value) end |