Skip to content

Instantly share code, notes, and snippets.

@schneems
Last active August 29, 2015 14:01
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