Method: Vpr::GitParser.host
- Defined in:
- lib/vpr/git_parser.rb
.host ⇒ Object
29 30 31 32 33 34 |
# File 'lib/vpr/git_parser.rb', line 29 def host remote_uri = remotes[Configuration.remote] matched = remote_uri.match(REGEXP) matched[:host] end |