instance method
inspect
Ruby on Rails 8.1.2
Since v3.0.20Signature
inspect()
No documentation comment.
Source
# File actionview/lib/action_view/template.rb, line 300
def inspect
"#<#{self.class.name} #{short_identifier} locals=#{locals.inspect}>"
end
Defined in actionview/lib/action_view/template.rb line 300
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Template