Classes: Cli
'0.1.0'.freeze
Returns:
6 7 8 9 10
# File 'lib/user_agent_db.rb', line 6 def random Cli.new.random.tap do |value| raise('UserAgent is nil, but it can not') unless value[/\w/] end end