BasicObject
# File lib/capybara/rack_test/css_handlers.rb, line 4 def disabled list list.find_all { |node| node.has_attribute? 'disabled' } end
# File lib/capybara/rack_test/css_handlers.rb, line 7 def enabled list list.find_all { |node| !node.has_attribute? 'disabled' } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.