Preview: beginning_of_line%3f-i.yaml
Size: 587 B
/proc/thread-self/root/opt/alt/ruby18/share/ri/1.8/system/StringScanner/beginning_of_line%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> iff the scan pointer is at the beginning of the line. - !ruby/struct:SM::Flow::VERB body: " s = StringScanner.new("test\\ntest\\n")\n s.bol? # => true\n s.scan(/te/)\n s.bol? # => false\n s.scan(/st\\n/)\n s.bol? # => true\n s.terminate\n s.bol? # => true\n" full_name: StringScanner#beginning_of_line? is_singleton: false name: beginning_of_line? params: () visibility: public
Directory Contents
Dirs: 1 × Files: 46