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



13
14
15
# File 'lib/monkey-patches/capybara-patches.rb', line 13

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