Skip to content

Instantly share code, notes, and snippets.

@erikh
Created September 29, 2013 14:26
Show Gist options
  • Save erikh/6752979 to your computer and use it in GitHub Desktop.
Save erikh/6752979 to your computer and use it in GitHub Desktop.
CSV.foreach(blabla) do |row|
if row =~ /art/i
@art_school << ArtSchool.new(*row)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment