Method: Selenium::WebDriver::Firefox::Util.stringified?
- Defined in:
- lib/selenium/webdriver/firefox/util.rb
.stringified?(str) ⇒ Boolean
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.
40 41 42 |
# File 'lib/selenium/webdriver/firefox/util.rb', line 40 def stringified?(str) str =~ /^".*"$/ end |