1
0
4
12 13 14
# File 'lib/selenium_remote_control.rb', line 12 def self.to_a [Major, Minor, Tiny] end
8 9 10
# File 'lib/selenium_remote_control.rb', line 8 def self.to_s to_a.join('.') end