Method: HTMLProofer::Attribute::Url#link_points_to_same_page?

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

Returns:

  • (Boolean)


205
206
207
# File 'lib/html_proofer/attribute/url.rb', line 205

def link_points_to_same_page?
  hash_link || param_link
end