Method: BitStruct::Vector#struct_class
- Defined in:
- lib/bit-struct/vector.rb
#struct_class ⇒ Object
Convenience method for instances. Returns the BitStruct class that describes each entry.
87 88 89 |
# File 'lib/bit-struct/vector.rb', line 87 def struct_class self.class.struct_class end |