Tagged Questions
1
vote
2answers
320 views
Is there a groovy equivalent to the beanshell source() method?
I've scoured the groovy doc and haven't found an analogue, but things there are organized a bit haphazardly. I'm switching from beanshell to groovy and was using the source("fileloc") method in ...