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"
ConcatenationĂ¢Returns a new String
containing
other_str concatenated to str.
"Hello from " + self.to_s #=> "Hello from main"
Please login to continue.