Libraries
»
html-proofer
(5.2.0)
»
Index
»
HTMLProofer
»
Attribute
»
Url
»
#valid?
Method: HTMLProofer::Attribute::Url#valid?
Defined in:
lib/html_proofer/attribute/url.rb
#
valid?
⇒
Boolean
Returns:
(
Boolean
)
59 60 61
# File 'lib/html_proofer/attribute/url.rb', line 59
def
valid?
!
parts
.
nil?
end