module ActionView::ViewPaths

def self.all_view_paths

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

def self.all_view_paths: () -> untyped

This signature was generated using 2 samples from 1 application.

def self.all_view_paths
  @all_view_paths.values.uniq
end