Method: HTMLProofer::Attribute::Url#hash_link?

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

#hash_link?Boolean

Returns:

  • (Boolean)


209
210
211
# File 'lib/html_proofer/attribute/url.rb', line 209

def hash_link?
  url.start_with?("#")
end