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