Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
Object
An array of attributes which parallels the characters in a string
# File rdoc/markup/simple_markup/inline.rb, line 53 def initialize(length) @attrs = Array.new(length, 0) end
# File rdoc/markup/simple_markup/inline.rb, line 63 def [](n) @attrs[n] end
# File rdoc/markup/simple_markup/inline.rb, line 57 def set_attrs(start, length, bits) for i in start ... (start+length) @attrs[i] |= bits end end
This page was generated for Ruby 1.8.7
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.0.