class RDoc::Comment

def initialize_copy copy # :nodoc:

:nodoc:
def initialize_copy copy # :nodoc:
  @text = copy.text.dup
end