use(StringUtils) {
println 'i can has cheezburger'.substringAfter('i can has ') // prints 'cheezburger'
}Not only that but the JetGroovy plugin for IntelliJ IDEA will autocomplete all the new String methods inside the use block.
Evening reading…
4 days ago
0 comments:
Post a Comment