# File ruby/bstream.rb, line 147 def write_bool(arg) return writes( [ arg ? T_BOOLEAN_TRUE : T_BOOLEAN_FALSE ].pack("C") ) end