Spying on running Ruby processes
Did you know that it’s possible to log all method calls as they occur in a running process in real time? How about injecting code to be executed inside of a running process? You can - via the magic of the rbtrace gem. http://blog.honeybadger.io/spying-on-running-ruby-processes/
Post a comment