Skip to content

Instantly share code, notes, and snippets.

@hone
Created November 8, 2009 05:04
Show Gist options
  • Select an option

  • Save hone/229104 to your computer and use it in GitHub Desktop.

Select an option

Save hone/229104 to your computer and use it in GitHub Desktop.
$ irb
>> b = binding
=> #<Binding:0x2467740>
>> eval("self.class.constants.size", b)
=> 119
>> require 'activerecord'
=> true
>> eval("self.class.constants.size", b)
=> 147
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment