class ActionView::Renderer

def collection_from_options(options)

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

def collection_from_options: (Hash options) -> nil

This signature was generated using 8 samples from 1 application.

def collection_from_options(options)
  if options.key?(:collection)
    collection = options[:collection]
    collection || []
  end
end