Method: HTMLProofer::Attribute::Url#absolute_path?

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

#absolute_path?(path) ⇒ Boolean

Returns:

  • (Boolean)


182
183
184
# File 'lib/html_proofer/attribute/url.rb', line 182

def absolute_path?(path)
  path.start_with?("/")
end