관리-도구
편집 파일: 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