Method: HTMLProofer::Attribute::Url#follow_location?

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

#follow_location?Boolean

Returns:

  • (Boolean)


178
179
180
# File 'lib/html_proofer/attribute/url.rb', line 178

def follow_location?
  @runner.options[:typhoeus] && @runner.options[:typhoeus][:followlocation]
end