# File lib/commands/plugin/repositories.rb, line 8
  def initialize(cache_file = File.join(find_home, ".rails", "plugin_source_cache.yml"))
    @cache_file = File.expand_path(cache_file)
    load!
  end