Class: URI::HTTP

Inherits:
Object
  • Object
show all
Defined in:
lib/dagger.rb

Instance Method Summary collapse

Instance Method Details

#scheme_and_hostObject



10
11
12
# File 'lib/dagger.rb', line 10

def scheme_and_host
  [scheme, host].join('://')
end