I am using GroovyShell and passing in a binding with lots of names in it. One of those names is "Currency", but the script thinks the name refers to the class Currency, not the variable. I was surprised that GroovyShell didn't use the variable in the binding before a class name. Does anybody know what I could do to make the variables in the binding override class names?
-Ralph Johnson