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