# File lib/net/ssh/buffer.rb, line 330 330: def write_bool(*b) 331: b.each { |v| @content << (v ? "\1" : "\0") } 332: self 333: end