Return an attribute object with the given turn_on and turn_off bits set
# File rdoc/markup/simple_markup/inline.rb, line 122 def attribute(turn_on, turn_off) AttrChanger.new(turn_on, turn_off) end
<code/>
<pre/>
<code/>and<pre/>for code samples.