# File lib/active_support/core_ext/module/deprecation.rb, line 6 def deprecate(*method_names) ActiveSupport::Deprecation.deprecate_methods(self, *method_names) end