instance method
inspect
Ruby on Rails 8.1.3.1
Since v6.0.6.1Signature
inspect()
No documentation comment.
Source
# File actiontext/lib/action_text/content.rb, line 166
def inspect
"#<#{self.class.name} #{to_html.truncate(25).inspect}>"
end
Defined in actiontext/lib/action_text/content.rb line 166
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Content