An AttrChanger records a change in attributes. It contains a bitmap of the attributes to turn on, and a bitmap of those to turn off
Struct.new(:turn_on, :turn_off)
An AttrChanger records a change in attributes. It contains a bitmap of the attributes to turn on, and a bitmap of those to turn off
Struct.new(:turn_on, :turn_off)
<code/>and<pre/>for code samples.