Gives Ruby Methods some deeper self-knowledge
© Danny Purcell 2014 | MIT license
Gives Ruby Methods some deeper self-knowledge.
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.
source 'https://rubygems.org'
gem install method_reflect
git clone https://github.com/dannypurcell/method_reflect.git
rake install
if installing for the first timegit checkout master
git pull origin master
git reset --hard origin/master
rake upgrade