Created
January 27, 2016 03:30
-
-
Save davidoram/4c9b1d2648e3e3ed5182 to your computer and use it in GitHub Desktop.
Print FB callstck in a method - drop this code in a method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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