관리-도구
편집 파일: eos%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if the scan pointer is at the end of the string. - !ruby/struct:SM::Flow::VERB body: " s = StringScanner.new('test string')\n p s.eos? # => false\n s.scan(/test/)\n p s.eos? # => false\n s.terminate\n p s.eos? # => true\n" full_name: StringScanner#eos? is_singleton: false name: eos? params: () visibility: public