--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: String Output---Writes obj to ios. obj will be converted to a string using to_s.
- !ruby/struct:SM::Flow::VERB
body: " $stdout << "Hello " << "world!\\n"\n"
- !ruby/struct:SM::Flow::P
body: produces:
- !ruby/struct:SM::Flow::VERB
body: " Hello world!\n"
full_name: IO#<<
is_singleton: false
name: "<<"
params: |
ios << obj => ios
visibility: public