Object
Hold details of a special sequence
# File rdoc/markup/simple_markup/inline.rb, line 75 def initialize(type, text) @type, @text = type, text end
# File rdoc/markup/simple_markup/inline.rb, line 79 def ==(o) self.text == o.text && self.type == o.type end
# File rdoc/markup/simple_markup/inline.rb, line 83 def to_s "Special: type=#{type}, text=#{text.dump}" end
This page was generated for Ruby 1.8.6
Generated with Ruby-doc Rdoc Generator 0.44.0.