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