Method: QB::Repo::Git::GitHub.https_url?
- Defined in:
- lib/qb/repo/git/github.rb
.https_url?(string) ⇒ Boolean
62 63 64 |
# File 'lib/qb/repo/git/github.rb', line 62 def self.https_url? string !!(HTTPS_URL_RE =~ string) end |
62 63 64 |
# File 'lib/qb/repo/git/github.rb', line 62 def self.https_url? string !!(HTTPS_URL_RE =~ string) end |