# File lib/aruba/api.rb, line 413
      def stderr(content)
        return unless @options[:stderr]
        print content
      end