Skip to content

Instantly share code, notes, and snippets.

@net

net/debug.rb Secret

Last active October 30, 2015 18:24
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 net/b2ba645d05899d25f7aa to your computer and use it in GitHub Desktop.
Save net/b2ba645d05899d25f7aa to your computer and use it in GitHub Desktop.
DEBUG = false
# this
Log.debug "a debug message with some variables #{x} #{y}"
# or
Log.debug "a debug message with some variables #{x} #{y}" if DEBUG
# asume the Log.debug method already checks if DEBUG is true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment