Skip to content

Instantly share code, notes, and snippets.

@schneems
Last active August 29, 2015 14:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save schneems/96cc971fd8e7f2180dd6 to your computer and use it in GitHub Desktop.
Save schneems/96cc971fd8e7f2180dd6 to your computer and use it in GitHub Desktop.
module Kernel
alias :old_puts :puts
def puts(val)
old_puts val
old_puts caller.inspect
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment