Method: Remi::Testing::BusinessRules::DataFieldCollection#each
- Defined in:
- lib/remi/testing/business_rules.rb
#each(&block) ⇒ Object
422 423 424 |
# File 'lib/remi/testing/business_rules.rb', line 422 def each(&block) @fields.each(&block) end |