# File install.rb, line 81
def ignore_exc(exc)
  begin
    yield
  rescue exc
  end
end