X7ROOT File Manager
Current Path:
/opt/alt/ruby18/share/ri/1.8/system/StringScanner
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
StringScanner
/
📄
%3c%3c-i.yaml
(598 B)
📄
%5b%5d-i.yaml
(820 B)
ðŸ“
..
ðŸ“
Error
📄
beginning_of_line%3f-i.yaml
(587 B)
📄
cdesc-StringScanner.yaml
(7.41 KB)
📄
check-i.yaml
(803 B)
📄
check_until-i.yaml
(741 B)
📄
clear-i.yaml
(284 B)
📄
concat-i.yaml
(604 B)
📄
empty%3f-i.yaml
(276 B)
📄
eos%3f-i.yaml
(495 B)
📄
exist%3f-i.yaml
(663 B)
📄
get_byte-i.yaml
(690 B)
📄
getbyte-i.yaml
(286 B)
📄
getch-i.yaml
(705 B)
📄
initialize_copy-i.yaml
(276 B)
📄
inspect-i.yaml
(909 B)
📄
match%3f-i.yaml
(580 B)
📄
matched%3f-i.yaml
(495 B)
📄
matched-i.yaml
(408 B)
📄
matched_size-i.yaml
(578 B)
📄
matchedsize-i.yaml
(302 B)
📄
must_C_version-c.yaml
(307 B)
📄
new-c.yaml
(371 B)
📄
peek-i.yaml
(496 B)
📄
peep-i.yaml
(274 B)
📄
pointer%3d-i.yaml
(413 B)
📄
pointer-i.yaml
(775 B)
📄
pos%3d-i.yaml
(405 B)
📄
pos-i.yaml
(767 B)
📄
post_match-i.yaml
(598 B)
📄
pre_match-i.yaml
(595 B)
📄
reset-i.yaml
(265 B)
📄
rest%3f-i.yaml
(472 B)
📄
rest-i.yaml
(364 B)
📄
rest_size-i.yaml
(275 B)
📄
restsize-i.yaml
(323 B)
📄
scan-i.yaml
(729 B)
📄
scan_full-i.yaml
(617 B)
📄
scan_until-i.yaml
(718 B)
📄
search_full-i.yaml
(571 B)
📄
skip-i.yaml
(798 B)
📄
skip_until-i.yaml
(906 B)
📄
string%3d-i.yaml
(321 B)
📄
string-i.yaml
(243 B)
📄
terminate-i.yaml
(306 B)
📄
unscan-i.yaml
(649 B)
Editing: pointer-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns the position of the scan pointer. In the 'reset' position, this value is zero. In the 'terminated' position (i.e. the string is exhausted), this value is the length of the string. - !ruby/struct:SM::Flow::P body: In short, it's a 0-based index into the string. - !ruby/struct:SM::Flow::VERB body: " s = StringScanner.new('test string')\n s.pos # -> 0\n s.scan_until /str/ # -> "test str"\n s.pos # -> 8\n s.terminate # -> #<StringScanner fin>\n s.pos # -> 11\n" full_name: StringScanner#pointer is_singleton: false name: pointer params: () visibility: public
Upload File
Create Folder