class BitStruct::CharField

Class for fixed length binary strings of characters. Declared with BitStruct.char.

Public Class Methods

class_name() click to toggle source

Used in describe.

# File lib/bit-struct/char-field.rb, line 10
def self.class_name
  @class_name ||= "char"
end