Method: Selenium::WebDriver::Platform.ruby_version
- Defined in:
- lib/selenium/webdriver/common/platform.rb
.ruby_version ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
79 80 81 |
# File 'lib/selenium/webdriver/common/platform.rb', line 79 def ruby_version RUBY_VERSION end |