Method: Definition::Dsl#Each
- Defined in:
- lib/definition/dsl.rb
#Each(definition) ⇒ Object
Example: Each(Definition::Type(Integer))
68 69 70 |
# File 'lib/definition/dsl.rb', line 68 def Each(definition) # rubocop:disable Naming/MethodName Types::Each.new(:each, definition: definition) end |