Method: HTMLProofer::Attribute::Url#non_http_remote?

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

#non_http_remote?Boolean

Returns:

  • (Boolean)


102
103
104
# File 'lib/html_proofer/attribute/url.rb', line 102

def non_http_remote?
  !scheme.nil? && !remote?
end