Class: Capistrano::Fiesta::RepoUrlParser

Inherits:
Object
  • Object
show all
Defined in:
lib/capistrano/fiesta/repo_url_parser.rb

Instance Method Summary collapse

Instance Method Details

#repoObject



9
10
11
# File 'lib/capistrano/fiesta/repo_url_parser.rb', line 9

def repo
  repo_url.slice(/github.com[:\/](\S+\/\S+)\.git/, 1)
end