ruby / rake

A make-like build utility for Ruby.

Home Page:https://ruby.github.io/rake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make options a named class?

zenspider opened this issue · comments

It would be nicer if this was a named class:

NoMethodError: undefined method `verbose' for an instance of #<Class:0x00000001038112e0>

vs something like:

NoMethodError: undefined method `verbose' for an instance of #<Rake::Options:0x00000001038112e0>

Originally posted by @zenspider in #545 (comment)

huh. never used the "reference in new issue" action before... kinda nice even if it screws up the formatting