Module: Platform::Mac_10_11_chrome
- Defined in:
- lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb
Class Method Summary collapse
- .beta ⇒ Object
- .dev ⇒ Object
- .mac_10_11_chrome(version_string) ⇒ Object
- .v(version_string) ⇒ Object
- .v27 ⇒ Object
- .v28 ⇒ Object
- .v31 ⇒ Object
- .v32 ⇒ Object
- .v33 ⇒ Object
- .v34 ⇒ Object
- .v35 ⇒ Object
- .v36 ⇒ Object
- .v37 ⇒ Object
- .v38 ⇒ Object
- .v39 ⇒ Object
- .v40 ⇒ Object
- .v41 ⇒ Object
- .v42 ⇒ Object
- .v43 ⇒ Object
- .v44 ⇒ Object
- .v45 ⇒ Object
- .v46 ⇒ Object
- .v47 ⇒ Object
- .v48 ⇒ Object
- .v49 ⇒ Object
- .v50 ⇒ Object
- .v51 ⇒ Object
- .v52 ⇒ Object
- .v53 ⇒ Object
- .v54 ⇒ Object
- .v55 ⇒ Object
- .v56 ⇒ Object
- .v57 ⇒ Object
- .v58 ⇒ Object
Class Method Details
.beta ⇒ Object
134 135 136 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 134 def beta mac_10_11_chrome 'beta' end |
.dev ⇒ Object
138 139 140 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 138 def dev mac_10_11_chrome 'dev' end |
.mac_10_11_chrome(version_string) ⇒ Object
4 5 6 7 8 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 4 def mac_10_11_chrome version_string { browserName: %q(chrome), platform: %q(Mac 10.11), version: version_string.to_s } end |
.v(version_string) ⇒ Object
10 11 12 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 10 def v version_string mac_10_11_chrome version_string end |
.v27 ⇒ Object
14 15 16 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 14 def v27 mac_10_11_chrome '27' end |
.v28 ⇒ Object
18 19 20 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 18 def v28 mac_10_11_chrome '28' end |
.v31 ⇒ Object
22 23 24 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 22 def v31 mac_10_11_chrome '31' end |
.v32 ⇒ Object
26 27 28 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 26 def v32 mac_10_11_chrome '32' end |
.v33 ⇒ Object
30 31 32 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 30 def v33 mac_10_11_chrome '33' end |
.v34 ⇒ Object
34 35 36 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 34 def v34 mac_10_11_chrome '34' end |
.v35 ⇒ Object
38 39 40 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 38 def v35 mac_10_11_chrome '35' end |
.v36 ⇒ Object
42 43 44 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 42 def v36 mac_10_11_chrome '36' end |
.v37 ⇒ Object
46 47 48 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 46 def v37 mac_10_11_chrome '37' end |
.v38 ⇒ Object
50 51 52 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 50 def v38 mac_10_11_chrome '38' end |
.v39 ⇒ Object
54 55 56 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 54 def v39 mac_10_11_chrome '39' end |
.v40 ⇒ Object
58 59 60 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 58 def v40 mac_10_11_chrome '40' end |
.v41 ⇒ Object
62 63 64 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 62 def v41 mac_10_11_chrome '41' end |
.v42 ⇒ Object
66 67 68 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 66 def v42 mac_10_11_chrome '42' end |
.v43 ⇒ Object
70 71 72 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 70 def v43 mac_10_11_chrome '43' end |
.v44 ⇒ Object
74 75 76 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 74 def v44 mac_10_11_chrome '44' end |
.v45 ⇒ Object
78 79 80 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 78 def v45 mac_10_11_chrome '45' end |
.v46 ⇒ Object
82 83 84 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 82 def v46 mac_10_11_chrome '46' end |
.v47 ⇒ Object
86 87 88 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 86 def v47 mac_10_11_chrome '47' end |
.v48 ⇒ Object
90 91 92 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 90 def v48 mac_10_11_chrome '48' end |
.v49 ⇒ Object
94 95 96 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 94 def v49 mac_10_11_chrome '49' end |
.v50 ⇒ Object
98 99 100 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 98 def v50 mac_10_11_chrome '50' end |
.v51 ⇒ Object
102 103 104 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 102 def v51 mac_10_11_chrome '51' end |
.v52 ⇒ Object
106 107 108 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 106 def v52 mac_10_11_chrome '52' end |
.v53 ⇒ Object
110 111 112 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 110 def v53 mac_10_11_chrome '53' end |
.v54 ⇒ Object
114 115 116 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 114 def v54 mac_10_11_chrome '54' end |
.v55 ⇒ Object
118 119 120 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 118 def v55 mac_10_11_chrome '55' end |
.v56 ⇒ Object
122 123 124 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 122 def v56 mac_10_11_chrome '56' end |
.v57 ⇒ Object
126 127 128 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 126 def v57 mac_10_11_chrome '57' end |
.v58 ⇒ Object
130 131 132 |
# File 'lib/sauce_platforms/platforms/mac_10_11/mac_10_11_chrome.rb', line 130 def v58 mac_10_11_chrome '58' end |