Skip to content

Instantly share code, notes, and snippets.

@markburns
Created March 5, 2015 09:43
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 markburns/51e9b6c9117625b0e62b to your computer and use it in GitHub Desktop.
Save markburns/51e9b6c9117625b0e62b to your computer and use it in GitHub Desktop.
TODO
module Kernel
def TODO(msg="")
$stderr.puts "#{__method__}: #{msg} #{[ caller[1]]}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment