зеркало из https://github.com/github/ruby.git
Show default argument explicitly for Rexexp#match? [ci skip]
This commit is contained in:
Родитель
45b8846bec
Коммит
f2ffa88964
4
re.c
4
re.c
|
@ -3333,8 +3333,8 @@ rb_reg_match_m(int argc, VALUE *argv, VALUE re)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* rxp.match?(str) -> true or false
|
||||
* rxp.match?(str,pos) -> true or false
|
||||
* rxp.match?(str) -> true or false
|
||||
* rxp.match?(str, pos=0) -> true or false
|
||||
*
|
||||
* Returns <code>true</code> or <code>false</code> to indicate whether the
|
||||
* regexp is matched or not without updating $~ and other related variables.
|
||||
|
|
Загрузка…
Ссылка в новой задаче