instance method
inspect
Ruby on Rails 8.1.2
Since v6.0.6Signature
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