File.expand_path '../useragents.txt', __FILE__
10 11 12
# File 'lib/useragents.rb', line 10 def list @@list ||= File.readlines FILE end
14 15 16
# File 'lib/useragents.rb', line 14 def rand list.sample end