# File lib/rbase/columns.rb, line 192 def pack(value) [format("%-#{size-decimal-1}.#{decimal}f", value)].pack("A#{size}") end