Method: Mutant::License::Subscription::Opensource::Repository#to_s
- Defined in:
- lib/mutant/license/subscription/opensource.rb
#to_s ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
16 17 18 |
# File 'lib/mutant/license/subscription/opensource.rb', line 16 def to_s [host, path].join('/') end |