argument_inspector.rb

lib/boson/inspectors/argument_inspector.rb
Last Update: Wed Jan 20 04:01:58 -0500 2010

Extracts arguments and their default values from methods either by by scraping a method’s text or with method_added and brute force eval (thanks to eigenclass).