Module: Platform::Mac_10_10_chrome

Defined in:
lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb

Class Method Summary collapse

Class Method Details

.betaObject



50
51
52
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb', line 50

def beta
  mac_10_10_chrome 'beta'
end

.devObject



54
55
56
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb', line 54

def dev
  mac_10_10_chrome 'dev'
end

.mac_10_10_chrome(version_string) ⇒ Object



4
5
6
7
8
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb', line 4

def mac_10_10_chrome version_string
  { browserName: %q(chrome),
    platform: %q(Mac 10.10),
    version: version_string.to_s }
end

.v(version_string) ⇒ Object



10
11
12
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb', line 10

def v version_string
  mac_10_10_chrome version_string
end

.v37Object



14
15
16
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb', line 14

def v37
  mac_10_10_chrome '37'
end

.v38Object



18
19
20
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb', line 18

def v38
  mac_10_10_chrome '38'
end

.v39Object



22
23
24
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb', line 22

def v39
  mac_10_10_chrome '39'
end

.v40Object



26
27
28
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb', line 26

def v40
  mac_10_10_chrome '40'
end

.v41Object



30
31
32
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb', line 30

def v41
  mac_10_10_chrome '41'
end

.v42Object



34
35
36
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb', line 34

def v42
  mac_10_10_chrome '42'
end

.v43Object



38
39
40
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb', line 38

def v43
  mac_10_10_chrome '43'
end

.v44Object



42
43
44
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb', line 42

def v44
  mac_10_10_chrome '44'
end

.v45Object



46
47
48
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_chrome.rb', line 46

def v45
  mac_10_10_chrome '45'
end