Skip to content

Instantly share code, notes, and snippets.

@judofyr
Created December 15, 2009 19:17
Show Gist options
  • Save judofyr/257201 to your computer and use it in GitHub Desktop.
Save judofyr/257201 to your computer and use it in GitHub Desktop.
# re: http://ozmm.org/posts/return_early.html
def logger
@logger ||= Logger.new(STDOUT).tap { |l| l.level = Logger::WARN }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment