class Git::GitAltURI
def to_s
-
(String)
- the URI as a String
def to_s if user "#{user}@#{host}:#{path[1..-1]}" else "#{host}:#{path[1..-1]}" end end
(String)
- the URI as a String
def to_s if user "#{user}@#{host}:#{path[1..-1]}" else "#{host}:#{path[1..-1]}" end end