class ActionView::FileSystemResolver
def escape_entry(entry)
Experimental RBS support (using type sampling data from the type_fusion
project).
def escape_entry: (String entry) -> String
This signature was generated using 12 samples from 1 application.
def escape_entry(entry) entry.gsub(/[*?{}\[\]]/, '\\\\\\&') end