# File lib/librarian/ui.rb, line 43
      def warn(message = nil)
        @shell.say(message || yield, :yellow)
      end