class Fiesta::RepoUrlParser
Public Instance Methods
repo()
click to toggle source
# File lib/fiesta/repo_url_parser.rb, line 8 def repo repo_url.slice(/github.com[:\/](\S+\/\S+)\.git/, 1) end
# File lib/fiesta/repo_url_parser.rb, line 8 def repo repo_url.slice(/github.com[:\/](\S+\/\S+)\.git/, 1) end