Skip to content

Instantly share code, notes, and snippets.

@ymendel
Created September 8, 2008 19:43
Show Gist options
  • Save ymendel/9515 to your computer and use it in GitHub Desktop.
Save ymendel/9515 to your computer and use it in GitHub Desktop.
class Array
def total(attr_name)
collect(&attr_name).sum
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment