Parent

Methods

Included Modules

Class/Module Index [+]

Quicksearch

Repository

Attributes

plugins[R]
uri[R]

Public Class Methods

new(uri) click to toggle source
# File lib/commands/plugin.rb, line 406
def initialize(uri)
  @uri = uri.chomp('/') << "/"
  @plugins = nil
end

Public Instance Methods

each(&block) click to toggle source
# File lib/commands/plugin.rb, line 425
def each(&block)
  plugins.each(&block)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.