Method: HTMLProofer::Attribute::Url#hash?

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

#hash?Boolean

Does the URL have a hash?

Returns:

  • (Boolean)


82
83
84
# File 'lib/html_proofer/attribute/url.rb', line 82

def hash?
  !blank?(hash)
end