Skip to content

Instantly share code, notes, and snippets.

@jm
Created April 6, 2009 14:10
Show Gist options
  • Save jm/90765 to your computer and use it in GitHub Desktop.
Save jm/90765 to your computer and use it in GitHub Desktop.
def logging_features_deprecated
# Currently not deprecated; change to true when it is deprecated
proc { false }
end
deprecate "file logging", :when => logging_features_deprecated do
# whatever
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment