Method: QB::Repo::Git::GitHub.parse_https_url

Defined in:
lib/qb/repo/git/github.rb

.parse_https_url(string) ⇒ Object



77
78
79
# File 'lib/qb/repo/git/github.rb', line 77

def self.parse_https_url string
  parse_url_with HTTPS_URL_RE, string
end