25 26 27
# File 'lib/bj/logger.rb', line 25 def turn which @turned = which.to_s =~ %r/on/i ? :on : :off end
29 30 31 32
# File 'lib/bj/logger.rb', line 29 def write message return message.to_s.size if @turned == :off super end