Object
An array of attributes which parallels the characters in a string.
Creates a new AttrSpan for length characters
# File lib/rdoc/markup/inline.rb, line 65
65: def initialize(length)
66: @attrs = Array.new(length, 0)
67: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.