File: //usr/share/ri/3.0.0/system/StringScanner/pointer-i.ri
U:RDoc::AnyMethod[iI"pointer:ETI"StringScanner#pointer;TF:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph; [I"SReturns the byte position of the scan pointer. In the 'reset' position, this ;TI"Rvalue is zero. In the 'terminated' position (i.e. the string is exhausted), ;TI".this value is the bytesize of the string.;To:RDoc::Markup::BlankLine o;
; [I"=In short, it's a 0-based index into bytes of the string.;T@o:RDoc::Markup::Verbatim; [I"*s = StringScanner.new('test string')
;TI" s.pos # -> 0
;TI")s.scan_until /str/ # -> "test str"
;TI" s.pos # -> 8
;TI"3s.terminate # -> #<StringScanner fin>
;TI" s.pos # -> 11;T:@format0:
@fileI"ext/strscan/strscan.c;T:0@omit_headings_from_table_of_contents_below000[ I"();T@FI"StringScanner;TcRDoc::NormalClass0[@FI"pos;T