Method: HTMLProofer::Attribute::Url#path?

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

#path?Boolean

Returns:

  • (Boolean)


63
64
65
# File 'lib/html_proofer/attribute/url.rb', line 63

def path?
  !parts.host.nil? && !parts.path.nil?
end