blob: 790c7a494db3df52ebccfdcf92248ef206e1cc97 [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".md5
}