Method: Fauxsql::AttributeList#each_with_index
- Defined in:
- lib/fauxsql/attribute_list.rb
#each_with_index ⇒ Object
33 34 35 |
# File 'lib/fauxsql/attribute_list.rb', line 33 def each_with_index super{|item, index| yield(Fauxsql.resolve_fauxsql_attribute(item), index) } end |