method

inspect

inspect()
public

No documentation available.

# File actionview/lib/action_view/template/resolver.rb, line 60
      def inspect
        "#<#{self.class.name}:0x#{(object_id << 1).to_s(16)} keys=#{@data.size} queries=#{@query_cache.size}>"
      end