29 30 31
# File 'lib/fauxsql/attribute_list.rb', line 29 def each super{|item| yield(Fauxsql.resolve_fauxsql_attribute(item)) } end