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/rest%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "Returns true iff there is more data in the string. See #eos?. This method is obsolete; use #eos? instead." - !ruby/struct:SM::Flow::VERB body: " s = StringScanner.new('test string')\n s.eos? # These two\n s.rest? # are opposites.\n" full_name: StringScanner#rest? is_singleton: false name: rest? params: () visibility: public