method

method_added

method_added(_method_name)
public

No documentation available.

# File railties/lib/rails/console/methods.rb, line 10
    def self.method_added(_method_name)
      raise_deprecation_warning
      super
    end