Method: HTMLProofer::Attribute::Url#follow_location?
- Defined in:
- lib/html_proofer/attribute/url.rb
#follow_location? ⇒ Boolean
178 179 180 |
# File 'lib/html_proofer/attribute/url.rb', line 178 def follow_location? @runner.[:typhoeus] && @runner.[:typhoeus][:followlocation] end |