+

str + other_str Ă¢ new_str
Instance Public methods

ConcatenationĂ¢Returns a new String containing other_str concatenated to str.

"Hello from " + self.to_s   #=> "Hello from main"
doc_ruby_on_rails
2015-05-15 13:15:51
Comments
Leave a Comment

Please login to continue.