module RDoc::AddClassModuleComment
Add top level comments to a class or module @api private
Public Instance Methods
add_comment(comment, location = nil)
click to toggle source
Calls superclass method
# File lib/puppet/util/rdoc/code_objects.rb 20 def add_comment(comment, location = nil) 21 super 22 end