# File lib/airbrussh/console.rb, line 36
    def write(string)
      output.write(string || "")
    end