Libraries
»
html-proofer
(5.2.0)
»
Index
»
HTMLProofer
»
Attribute
»
Url
»
#http?
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