관리-도구
편집 파일: %2b-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Concatenation---Returns a new <tt>String</tt> containing <em>other_str</em> concatenated to <em>str</em>. - !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