Maintenance of Ruby 2.0.0 will end on February 24, 2016. 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/special.rb, line 19 def initialize(type, text) @type, @text = type, text end
Specials are equal when the have the same text and type
# File rdoc/markup/special.rb, line 26 def ==(o) self.text == o.text && self.type == o.type end
This page was generated for Ruby 2.0.0
Ruby-doc.org is a service of James Britt and Neurogami, a software development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.33.0.