method

instance_method_names

rails latest stable - Class: Module

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

instance_method_names(*args)
public

No documentation available.

# File activesupport/lib/active_support/core_ext/module/method_names.rb, line 3
    def instance_method_names(*args)
      instance_methods(*args).map(&:to_s)
    end