DEV Community

n350071πŸ‡―πŸ‡΅
n350071πŸ‡―πŸ‡΅

Posted on

[Ruby] Awesome methods

🚧 in developing

take caller method

caller_locations(1)

where is the method defined at?

method(:recover).source_location

grep the object has the method

methods.grep(/download_files/)

πŸ”— Parent Note

Top comments (0)