Method: Metior.repository
- Defined in:
- lib/metior.rb
permalink .repository(type, *options) ⇒ Repository
Creates a new repository for the given repository type and path
24 25 26 |
# File 'lib/metior.rb', line 24 def self.repository(type, *) vcs(type)::Repository.new(*) end |