Method: HTMLProofer::Attribute::Url#domain_path

Defined in:
lib/html_proofer/attribute/url.rb

#domain_pathObject



110
111
112
# File 'lib/html_proofer/attribute/url.rb', line 110

def domain_path
  (host || "") + path
end