method
links
v6.1.7.7 -
Show latest stable
- Class:
ActionText::Content
links()public
No documentation available.
# File actiontext/lib/action_text/content.rb, line 29
def links
@links ||= fragment.find_all("a[href]").map { |a| a["href"] }.uniq
end