Module: SeleniumRemoteControl::Version

Defined in:
lib/selenium_remote_control.rb

Constant Summary collapse

Major =
1
Minor =
0
Tiny =
4

Class Method Summary collapse

Class Method Details

.to_aObject



12
13
14
# File 'lib/selenium_remote_control.rb', line 12

def self.to_a
  [Major, Minor, Tiny]
end

.to_sObject



8
9
10
# File 'lib/selenium_remote_control.rb', line 8

def self.to_s
  to_a.join('.')
end