Method: BitStruct::Vector.inherited

Defined in:
lib/bit-struct/vector.rb

.inherited(cl) ⇒ Object



20
21
22
23
24
# File 'lib/bit-struct/vector.rb', line 20

def inherited cl
  cl.instance_eval do
    @struct_class = nil
  end
end