Method: Mechanize::HTTP::Agent#follow_meta_refresh_self

Defined in:
lib/mechanize/http/agent.rb

#follow_meta_refresh_selfObject

Follow an HTML meta refresh that has no “url=” in the content attribute.

Defaults to false to prevent infinite refresh loops.



63
64
65
# File 'lib/mechanize/http/agent.rb', line 63

def follow_meta_refresh_self
  @follow_meta_refresh_self
end