Class: XPath::Renderer
- Inherits:
-
Object
- Object
- XPath::Renderer
- Defined in:
- lib/capybara/selector/xpath_extensions.rb
Instance Method Summary collapse
Instance Method Details
#join(*expressions) ⇒ Object
5 6 7 |
# File 'lib/capybara/selector/xpath_extensions.rb', line 5 def join(*expressions) expressions.join('/') end |