Skip to content

Instantly share code, notes, and snippets.

@ryanking
Created January 28, 2009 21:56
Show Gist options
  • Save ryanking/54216 to your computer and use it in GitHub Desktop.
Save ryanking/54216 to your computer and use it in GitHub Desktop.
# put this in .irbrc and you can open the files that define constants
def mate mod
file = ActiveSupport::Dependencies.search_for_file(ActiveSupport::Dependencies.qualified_name_for(Kernel, mod).underscore)
`mate #{file}`
nil
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment