Object
# File lib/commands/plugin/repository.rb, line 5 def initialize(uri) @uri = uri.chomp('/') << "/" @plugins = nil end
# File lib/commands/plugin/repository.rb, line 24 def each(&block) plugins.each(&block) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.