instance method
==
Ruby on Rails 6.0.6
Since v6.0.6Signature
==(other)
No documentation comment.
Parameters
-
otherreq
Source
# File actiontext/lib/action_text/content.rb, line 102
def ==(other)
if other.is_a?(self.class)
to_s == other.to_s
end
end
Defined in actiontext/lib/action_text/content.rb line 102
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Content