Module: Platform::Mac_10_10_firefox
- Defined in:
- lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb
Class Method Summary collapse
- .beta ⇒ Object
- .dev ⇒ Object
- .mac_10_10_firefox(version_string) ⇒ Object
- .v(version_string) ⇒ Object
- .v32 ⇒ Object
- .v33 ⇒ Object
- .v34 ⇒ Object
- .v35 ⇒ Object
- .v36 ⇒ Object
- .v37 ⇒ Object
- .v38 ⇒ Object
- .v39 ⇒ Object
Class Method Details
.beta ⇒ Object
44 45 46 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 44 def beta mac_10_10_firefox 'beta' end |
.dev ⇒ Object
48 49 50 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 48 def dev mac_10_10_firefox 'dev' end |
.mac_10_10_firefox(version_string) ⇒ Object
4 5 6 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 4 def mac_10_10_firefox version_string ['Mac 10.10', 'firefox', version_string.to_s] end |
.v(version_string) ⇒ Object
8 9 10 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 8 def v version_string mac_10_10_firefox version_string end |
.v32 ⇒ Object
12 13 14 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 12 def v32 mac_10_10_firefox '32' end |
.v33 ⇒ Object
16 17 18 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 16 def v33 mac_10_10_firefox '33' end |
.v34 ⇒ Object
20 21 22 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 20 def v34 mac_10_10_firefox '34' end |
.v35 ⇒ Object
24 25 26 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 24 def v35 mac_10_10_firefox '35' end |
.v36 ⇒ Object
28 29 30 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 28 def v36 mac_10_10_firefox '36' end |
.v37 ⇒ Object
32 33 34 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 32 def v37 mac_10_10_firefox '37' end |
.v38 ⇒ Object
36 37 38 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 36 def v38 mac_10_10_firefox '38' end |
.v39 ⇒ Object
40 41 42 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 40 def v39 mac_10_10_firefox '39' end |