Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
Object
Hold details of a special sequence
Special text
Special type
Creates a new special sequence of type with text
type
text
# File rdoc/markup/inline.rb, line 121 def initialize(type, text) @type, @text = type, text end
Specials are equal when the have the same text and type
# File rdoc/markup/inline.rb, line 128 def ==(o) self.text == o.text && self.type == o.type end
This page was generated for Ruby 1.9.3
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.44.0.