# File lib/rdoc/rd/inline.rb, line 22
  def self.new rdoc, reference = rdoc
    if self === rdoc and reference.equal? rdoc then
      rdoc
    else
      super
    end
  end