An array of attributes which parallels the characters in a string.
Methods
Class Public methods
new(length)
Link
Creates a new AttrSpan for length
characters
Source: show
# File lib/rdoc/markup/attr_span.rb, line 9 def initialize(length) @attrs = Array.new(length, 0) end
Instance Public methods