class ActionView::LookupContext

def initialize_details(target, details)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize_details: (Hash target, Hash details) -> Hash

This signature was generated using 2 samples from 1 application.

def initialize_details(target, details)
  LookupContext.registered_details.each do |k|
    target[k] = details[k] || Accessors::DEFAULT_PROCS[k].call
  end
  target
end