blob: 6b1b78b00c3dcc9dac3299b8aca7da81717af401 [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".getMd<caret>
}