# File lib/commands/plugin/repository.rb, line 5
  def initialize(uri)
    @uri = uri.chomp('/') << "/"
    @plugins = nil
  end