Method: EasyParams::Types::Collection#each

Defined in:
lib/easy_params/types/collection.rb

#each(&block) ⇒ Object



33
34
35
# File 'lib/easy_params/types/collection.rb', line 33

def each(&block)
  @default.each(&block)
end