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