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