Class: Capybara::Node::Element

Inherits:
Object
  • Object
show all
Defined in:
lib/monkey-patches/capybara-patches.rb

Instance Method Summary collapse

Instance Method Details

#style(prop) ⇒ Object



15
16
17
# File 'lib/monkey-patches/capybara-patches.rb', line 15

def style(prop)
  base.style(prop)
end