instance method
find_all
Ruby on Rails 7.2.3
Since v6.0.6Signature
find_all(selector)
No documentation comment.
Parameters
-
selectorreq
Source
# File actiontext/lib/action_text/fragment.rb, line 32
def find_all(selector)
source.css(selector)
end
Defined in actiontext/lib/action_text/fragment.rb line 32
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Fragment