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