Skip to content

Instantly share code, notes, and snippets.

@davidoram
Created January 27, 2016 03:30
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 davidoram/4c9b1d2648e3e3ed5182 to your computer and use it in GitHub Desktop.
Save davidoram/4c9b1d2648e3e3ed5182 to your computer and use it in GitHub Desktop.
Print FB callstck in a method - drop this code in a method
puts " -- > called blah_blah_method"
puts caller.select{ |f| f =~ /flybuys/ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment