Skip to content

Instantly share code, notes, and snippets.

@rrgroovy
Created October 9, 2011 09:55
Show Gist options
  • Save rrgroovy/1273512 to your computer and use it in GitHub Desktop.
Save rrgroovy/1273512 to your computer and use it in GitHub Desktop.
文字列を結合する
assert 'foobar' == 'foo' + 'bar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment