# File lib/rbase/columns.rb, line 133
      def unpack(data)
        return nil if data.strip == ''
        data.rstrip.to_i
      end