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