blob: f083d871c79da3806e3f3a5aa9aaca8c2d8a435b [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".getM<ref>d5()
}