mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parse.y: [DOC] Ripper.dedent_string is internal
* parse.y (parser_dedent_string): stated that Ripper.dedent_string is for internal use only. [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6a57127222
commit
bbcab8c6f3
1 changed files with 2 additions and 0 deletions
2
parse.y
2
parse.y
|
@ -6132,6 +6132,8 @@ heredoc_dedent(struct parser_params *p, VALUE array)
|
|||
* call-seq:
|
||||
* Ripper.dedent_string(input, width) -> Integer
|
||||
*
|
||||
* USE OF RIPPER LIBRARY ONLY.
|
||||
*
|
||||
* Strips up to +width+ leading whitespaces from +input+,
|
||||
* and returns the stripped column width.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue