mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/rdoc] [DOC] Undocument internal constants [ci skip]
https://github.com/ruby/rdoc/commit/6d7bf24bb8
This commit is contained in:
parent
9d927204e7
commit
082c2d1b05
1 changed files with 2 additions and 2 deletions
|
@ -122,10 +122,10 @@ class RDoc::Parser::C < RDoc::Parser
|
|||
|
||||
include RDoc::Text
|
||||
|
||||
#--
|
||||
# :stopdoc:
|
||||
BOOL_ARG_PATTERN = /\s*+\b([01]|Q?(?:true|false)|TRUE|FALSE)\b\s*/
|
||||
TRUE_VALUES = ['1', 'TRUE', 'true', 'Qtrue'].freeze
|
||||
#++
|
||||
# :startdoc:
|
||||
|
||||
##
|
||||
# Maps C variable names to names of Ruby classes or modules
|
||||
|
|
Loading…
Add table
Reference in a new issue