mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to RDoc 2.5.6
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
30014a6156
commit
400afca88a
16 changed files with 69 additions and 12 deletions
|
@ -54,6 +54,11 @@ class RDoc::CodeObject
|
|||
|
||||
attr_accessor :force_documentation
|
||||
|
||||
##
|
||||
# Hash of arbitrary metadata for this CodeObject
|
||||
|
||||
attr_reader :metadata
|
||||
|
||||
##
|
||||
# Our parent CodeObject
|
||||
|
||||
|
@ -75,6 +80,7 @@ class RDoc::CodeObject
|
|||
# Creates a new CodeObject that will document itself and its children
|
||||
|
||||
def initialize
|
||||
@metadata = {}
|
||||
@comment = ''
|
||||
|
||||
@document_children = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue