Class: Selector::Definition

Inherits:
Object
  • Object
show all
Defined in:
lib/appium_capybara/ext/selector_ext.rb

Instance Method Summary collapse

Instance Method Details

#custom(f, &block) ⇒ Object



3
4
5
# File 'lib/appium_capybara/ext/selector_ext.rb', line 3

def custom(f, &block)
  @expressions[f] = block if block
end