method

new

v1_8_6_287 - Show latest stable - Class: SM::Special
new(type, text)
public

No documentation available.

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