# File lib/rbase/columns.rb, line 82
      def pack(value)
        [value].pack("A#{size}")
      end