Method: HTMLProofer::Attribute::Url#has_hash?

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

#has_hash?Boolean

Returns:

  • (Boolean)


213
214
215
# File 'lib/html_proofer/attribute/url.rb', line 213

def has_hash?
  url.include?("#")
end