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 :)
|