Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
Object
An array of attributes which parallels the characters in a string.
Creates a new AttrSpan for length
characters
# File rdoc/markup/attr_span.rb, line 9 def initialize(length) @attrs = Array.new(length, 0) end