Class: URI::HTTP

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

Instance Method Summary collapse

Instance Method Details

#scheme_and_hostObject



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

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