Top Level Namespace

Defined Under Namespace

Modules: Configuration, Crawlyflower, Faraday

Instance Method Summary collapse

Instance Method Details

#make_user_agentObject



5
6
7
8
9
10
# File 'lib/crawlyflower/utils.rb', line 5

def make_user_agent
  requa = "Faraday/v" + Faraday::VERSION
  habua = "Crawlyflower/v" + Crawlyflower::VERSION
  ua = requa + " " + habua
  ua
end