Class: URI::HTTP
- Inherits:
-
Object
- Object
- URI::HTTP
- Defined in:
- lib/dagger.rb
Instance Method Summary collapse
Instance Method Details
#scheme_and_host ⇒ Object
11 12 13 |
# File 'lib/dagger.rb', line 11 def scheme_and_host [scheme, host].join('://') end |