Method reflect

Gives Ruby Methods some deeper self-knowledge


Project maintained by dannypurcell Hosted on GitHub Pages — Theme by mattgraham

Method Reflect

© Danny Purcell 2014 | MIT license

Gives Ruby Methods some deeper self-knowledge.

Features

Loading this gem adds several instance methods to the core Method class so methods can tell you more about themselves.

Leverages YARD and method_source to provide easy access to everything you might want to know about a method.

Installation

Install with Gem

Building locally