# File lib/main/logger.rb, line 41
      def turn which
        @turned = which.to_s =~ %r/on/i ? :on : :off
      end