Skip to content

Instantly share code, notes, and snippets.

@neilmiddleton
Created January 31, 2013 15:00
Show Gist options
  • Save neilmiddleton/4683421 to your computer and use it in GitHub Desktop.
Save neilmiddleton/4683421 to your computer and use it in GitHub Desktop.
class Array
def foo
puts self
end
end
class Bar < ActiveRecord::Base
...blah
end
Bar.all.foo
#<Bar:0x007f8a37886878>
#<Bar:0x007f8a35db1fe8>
#<Bar:0x007f8a35db1688>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment