Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
Object
An array of attributes which parallels the characters in a string.
Creates a new AttrSpan for length
characters
# File rdoc/markup/inline.rb, line 82 def initialize(length) @attrs = Array.new(length, 0) end