Skip to content

Instantly share code, notes, and snippets.

@ymek
Created February 4, 2013 22:42
Show Gist options
  • Select an option

  • Save ymek/4710432 to your computer and use it in GitHub Desktop.

Select an option

Save ymek/4710432 to your computer and use it in GitHub Desktop.
DEBUG = true
def debug(message)
puts "[#{Time.now}] #{caller[0][/`.*'/][1..-2]}::#{message}" if DEBUG
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment