method
new
v1_8_6_287 -
Show latest stable
- Class:
RDoc::Require
new(name, comment)public
No documentation available.
# File lib/rdoc/code_objects.rb, line 745
def initialize(name, comment)
super()
@name = name.gsub(/'|"/, "") #'
self.comment = comment
end