Class: SmartCore::Initializer::TypeSystem::SmartTypes::Operation::Valid Private
- Inherits:
-
Base
- Object
- Interop::Operation
- Base
- SmartCore::Initializer::TypeSystem::SmartTypes::Operation::Valid
- Defined in:
- lib/smart_core/initializer/type_system/smart_types/operation/valid.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 Method Summary collapse
- #call(value) ⇒ Boolean private
Methods inherited from Interop::Operation
Constructor Details
This class inherits a constructor from SmartCore::Initializer::TypeSystem::Interop::Operation
Instance Method Details
#call(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.
12 13 14 |
# File 'lib/smart_core/initializer/type_system/smart_types/operation/valid.rb', line 12 def call(value) type.valid?(value) end |