There are several ways to join two strings in Ruby:
+
operator:main.rb93 chars5 lines
main.rb93 chars5 lines
concat
method:main.rb88 chars5 lines
<<
operator:main.rb84 chars5 lines
join
method:main.rb98 chars5 lines
gistlibby LogSnag