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_a ⇒ Object
12 13 14 |
# File 'lib/selenium_remote_control.rb', line 12 def self.to_a [Major, Minor, Tiny] end |
.to_s ⇒ Object
8 9 10 |
# File 'lib/selenium_remote_control.rb', line 8 def self.to_s to_a.join('.') end |