get(details)
public

No documentation available.

# File actionpack/lib/action_view/lookup_context.rb, line 54
      def self.get(details)
        @details_keys[details.freeze] ||= new
      end