# File lib/r10k/git/rugged/base_repository.rb, line 26
  def tags
    with_repo { |repo| repo.tags.each_name.to_a }
  end