Skip to content

Instantly share code, notes, and snippets.

@nashby
Created April 5, 2018 08:35
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 nashby/b2990f5a3bcc82d45e16bd991270ff22 to your computer and use it in GitHub Desktop.
Save nashby/b2990f5a3bcc82d45e16bd991270ff22 to your computer and use it in GitHub Desktop.
ActiveSupport::Deprecation.singleton_methods(false) # => [:debug, :initialize, ...]
ActiveSupport::Deprecation.singleton_method(:debug) # => NameError (undefined singleton method `debug' for `ActiveSupport::Deprecation')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment