관리-도구
편집 파일: %3c%3c-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: String Output---Writes <em>obj</em> to <em>ios</em>. <em>obj</em> will be converted to a string using <tt>to_s</tt>. - !ruby/struct:SM::Flow::VERB body: " $stdout << "Hello " << "world!\\n"\n" - !ruby/struct:SM::Flow::P body: <em>produces:</em> - !ruby/struct:SM::Flow::VERB body: " Hello world!\n" full_name: IO#<< is_singleton: false name: "<<" params: | ios << obj => ios visibility: public