mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update class documentation for StringScanner
The [] wasn't being displayed, and try to fix formatting for bol? and << (even if they aren't linked). Fixes [Bug #17620]
This commit is contained in:
parent
b7333b4449
commit
c03b723f56
1 changed files with 3 additions and 3 deletions
|
@ -1537,7 +1537,7 @@ strscan_fixed_anchor_p(VALUE self)
|
|||
*
|
||||
* === Finding Where we Are
|
||||
*
|
||||
* - #beginning_of_line? (#bol?)
|
||||
* - #beginning_of_line? (<tt>#bol?</tt>)
|
||||
* - #eos?
|
||||
* - #rest?
|
||||
* - #rest_size
|
||||
|
@ -1554,13 +1554,13 @@ strscan_fixed_anchor_p(VALUE self)
|
|||
* - #matched
|
||||
* - #matched?
|
||||
* - #matched_size
|
||||
* - []
|
||||
* - <tt>#[]</tt>
|
||||
* - #pre_match
|
||||
* - #post_match
|
||||
*
|
||||
* === Miscellaneous
|
||||
*
|
||||
* - <<
|
||||
* - <tt><<</tt>
|
||||
* - #concat
|
||||
* - #string
|
||||
* - #string=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue