method

local_methods_matching

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: ClassEntry

Method deprecated or moved

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

local_methods_matching(name, is_class_method) private

Return a list of all our methods matching a given string. Is is_class_methods if ‘nil’, we don’t care if the method is a class method or not, otherwise we only return those methods that match

Show source
Register or log in to add new notes.