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