Method: HTMLProofer::Attribute::Url#http?

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

#http?Boolean

Returns:

  • (Boolean)


94
95
96
# File 'lib/html_proofer/attribute/url.rb', line 94

def http?
  scheme == "http"
end