Current Path :
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
StringScanner
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/ruby18/share/ri/1.8/system/StringScanner/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