Module: Strict::_MethodDsl
- Includes:
- _CoercionDsl, _ValidationDsl
- Defined in:
- sig/strict.rbs
Instance Method Summary collapse
Methods included from _ValidationDsl
#AllOf, #AnyOf, #Anything, #ArrayOf, #Boolean, #HashOf, #RangeOf
Methods included from _CoercionDsl
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing ⇒ void
This method returns an undefined value.
79 |
# File 'sig/strict.rbs', line 79 def method_missing: (Symbol name, *untyped arguments, **untyped keywords) -> void |
Instance Method Details
#returns ⇒ void
This method returns an undefined value.
78 |
# File 'sig/strict.rbs', line 78 def returns: (?_Validator validator) -> void |
#strict_parameter ⇒ Object
69 |
# File 'sig/strict.rbs', line 69 def strict_parameter: ( |