Class: Fett::RepositoryFactory
- Inherits:
-
Object
- Object
- Fett::RepositoryFactory
- Defined in:
- lib/fett/repository_factory.rb
Class Method Summary collapse
Class Method Details
.build(fullname) ⇒ Object
3 4 5 6 |
# File 'lib/fett/repository_factory.rb', line 3 def self.build(fullname) org, repository = fullname.split("/") Fett::Repository.new(org, repository) end |