Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Matt Mower
underscore doesn't work [ reply ]  
2008-04-24 10:47
The definition of underscore used by Ick seems to be broken. For example I defined a new Guard class MaybeReturning (I'm not sure about the name, or the purpose but there you go...)

What I end up with is a sugarized method "maybereturning" and not, as I expected "maybe_returning". Checking it out I need to pass "MAYBEReturning" in order to get the method to convert to underscores properly.

Maybe this is just a signal that I need a better name :)