blob: cd6373237460acceb9d6e3319e9d9f3441592c1f [file] [log] [blame]
class StringCategory {
static String getMd5(String s) {
return "MD5Value";//suppose to be some code that generate md5
}
}
use(StringCategory, StringCategory2) {
println "hello world".md<caret>
}