--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns true if strio is at end of file. The stringio must be opened for reading or an IOError will be raised. full_name: StringIO#eof is_singleton: false name: eof params: | strio.eof -> true or false strio.eof? -> true or false visibility: public