# File lib/rbase/columns.rb, line 159 def pack(value) case value when true then 'T' when false then 'F' else '?' end end