Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
new(length)
public
Creates a new AttrSpan
for length characters
# File lib/rdoc/markup/attr_span.rb, line 9
def initialize(length)
@attrs = Array.new(length, 0)
end