BitStruct::Field
Class for null-terminated printable text strings. Declared with BitStruct.text.
Used in describe.
# File lib/bit-struct/text-field.rb, line 6 def self.class_name @class_name ||= "text" end