Method: Mechanize::HTTP::Agent#follow_meta_refresh

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

#follow_meta_refreshObject

Follow HTML meta refresh and HTTP Refresh. If set to :anywhere meta refresh tags outside of the head element will be followed.



58
59
60
# File 'lib/mechanize/http/agent.rb', line 58

def follow_meta_refresh
  @follow_meta_refresh
end