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
10 def self.class_name
11   @class_name ||= "char"
12 end