Method: HTMLProofer::Attribute::Url#param_link?

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

#param_link?Boolean

Returns:

  • (Boolean)


217
218
219
# File 'lib/html_proofer/attribute/url.rb', line 217

def param_link?
  url.start_with?("?")
end