method
find_all_tag
v3.2.8 -
Show latest stable
- Class:
ActionDispatch::Assertions::TagAssertions
find_all_tag(conditions)public
No documentation available.
# File actionpack/lib/action_dispatch/testing/assertions/tag.rb, line 128
def find_all_tag(conditions)
html_document.find_all(conditions)
end