Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created November 3, 2011 22:59
Show Gist options
  • Save luckyruby/1338191 to your computer and use it in GitHub Desktop.
Save luckyruby/1338191 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p180 :001 > require 'active_support'
=> true
ruby-1.9.2-p180 :002 > [0, 1, 2].sum
NoMethodError: undefined method `sum' for [0, 1, 2]:Array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment