Method: Types.Values
- Defined in:
- lib/odorico/types.rb
.Values(*values) ⇒ Object
rubocop:disable Naming/MethodName
6 7 8 |
# File 'lib/odorico/types.rb', line 6 def self.Values(*values) # rubocop:disable Naming/MethodName Types::Any.constrained(included_in: values) end |