Class | RDoc::Markup::Special |
In: |
markup/inline.rb
|
Parent: | Object |
# File markup/inline.rb, line 80 80: def initialize(type, text) 81: @type, @text = type, text 82: end
# File markup/inline.rb, line 84 84: def ==(o) 85: self.text == o.text && self.type == o.type 86: end