method

new

v1_9_1_378 - Show latest stable - Class: RDoc::Markup::Special
new(type, text)
public

No documentation available.

# File lib/rdoc/markup/inline.rb, line 80
    def initialize(type, text)
      @type, @text = type, text
    end