diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-04-09 12:39:59 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-04-09 12:39:59 +0000 |
commit | bbcab8c6f3d362f62bf1914298b95bfb1e7a84c3 (patch) | |
tree | 473994432da4016f592a7edc85e56f688a0b3e1a | |
parent | 6a571272227b0093a1b0fa82225ebde04ce1a69b (diff) |
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
-rw-r--r-- | parse.y | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |