--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Concatenation---Returns a new String containing other_str concatenated to str.
- !ruby/struct:SM::Flow::VERB
body: " "Hello from " + self.to_s #=> "Hello from main"\n"
full_name: String#+
is_singleton: false
name: +
params: |
str + other_str => new_str
visibility: public