Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created September 6, 2018 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasgoll/7fc732ae0acf77fb12f95e308af01928 to your computer and use it in GitHub Desktop.
Save dasgoll/7fc732ae0acf77fb12f95e308af01928 to your computer and use it in GitHub Desktop.
ruby find method comes from which file
require 'json'
this_one = JSON.method(:parse)
puts this_one.source_location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment