new(lookup_context, options)
public

No documentation available.

# File actionview/lib/action_view/renderer/abstract_renderer.rb, line 37
      def initialize(lookup_context, options)
        super
        @context_prefix = lookup_context.prefixes.first
      end