Class: Fua::Desktop::Linux
- Inherits:
-
Object
- Object
- Fua::Desktop::Linux
- Defined in:
- lib/fua.rb
Instance Method Summary collapse
Instance Method Details
#Chrome ⇒ Object
164 165 166 |
# File 'lib/fua.rb', line 164 def Chrome return 'Mozilla/5.0 (X11; FreeBSD amd64; rv:40.0) Gecko/20100101 Firefox/40.0' end |
#Firefox ⇒ Object
170 171 172 |
# File 'lib/fua.rb', line 170 def Firefox return 'Mozilla/5.0 (X11; Linux i586; rv:31.0) Gecko/20100101 Firefox/31.0' end |
#Opera ⇒ Object
167 168 169 |
# File 'lib/fua.rb', line 167 def Opera return 'Opera/9.80 (X11; Linux i686; Ubuntu/14.10) Presto/2.12.388 Version/12.16' end |
#SeaMonkey ⇒ Object
173 174 175 |
# File 'lib/fua.rb', line 173 def SeaMonkey return 'Mozilla/5.0 (X11; Linux i686; rv:10.0.1) Gecko/20100101 Firefox/10.0.1 SeaMonkey/2.7.1' end |