There's no documentation for this item.
# File rdoc/markup/simple_markup/inline.rb, line 57 def set_attrs(start, length, bits) for i in start ... (start+length) @attrs[i] |= bits end end
<code/>
<pre/>
<code/>and<pre/>for code samples.