Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
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.7
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.