# File lib/librarian/logger.rb, line 15
    def info(string = nil, &block)
      return unless ui

      ui.info(string || yield)
    end