module TheMask

Constants

USER_AGENT_STRINGS

TODO: Add User Agents by OS, Browser or Device

VERSION

Public Class Methods

get_random_user_agent_str() click to toggle source
# File lib/the_mask/user_agents.rb, line 54
def self.get_random_user_agent_str
  USER_AGENT_STRINGS[rand(0..USER_AGENT_STRINGS.length-1)]
end