Skip to content

Instantly share code, notes, and snippets.

@rrgroovy
Created October 9, 2011 09:55

Revisions

  1. rrgroovy created this gist Oct 9, 2011.
    1 change: 1 addition & 0 deletions concatenateString.groovy
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    assert 'foobar' == 'foo' + 'bar'