# File lib/yapra/plugin/mechanize_base.rb, line 6
  def agent
    pipeline.context['mechanize_agent'] ||= WWW::Mechanize.new
    pipeline.context['mechanize_agent']
  end