Method: Coherent::Repository#initialize
- Defined in:
- lib/plugin/repository.rb
#initialize(uri) ⇒ Repository
Returns a new instance of Repository.
7 8 9 10 |
# File 'lib/plugin/repository.rb', line 7 def initialize(uri) @uri = uri.chomp('/') << "/" @plugins = nil end |