dannypurcell / rubycom

Turn your library into a command-line app by simply including Rubycom.
http://dannypurcell.github.io/rubycom/
MIT License
5 stars 0 forks source link

Find an alternative for resolving default values in method docs #16

Open dannypurcell opened 10 years ago

dannypurcell commented 10 years ago

In YardDoc.method_doc This call causes trouble with scopes when the default value is a method call or a module. (v.class == String) ? eval(v) : v