method

inspect

inspect()
public

No documentation available.

# File actionview/lib/action_view/template/resolver.rb, line 95
      def inspect
        "#{to_s[0..-2]} keys=#{@data.size} queries=#{@query_cache.size}>"
      end