class Bundler::UI::Shell
def warn(msg = nil, newline = nil, color = :yellow)
def warn(msg = nil, newline = nil, color = :yellow) return unless warn? return if @warning_history.include? msg @warning_history << msg tell_err(msg || yield, color, newline) end