class ActionDispatch::FileHandler
def compressible?(content_type)
Experimental RBS support (using type sampling data from the type_fusion
project).
def compressible?: (String content_type) -> true
This signature was generated using 5 samples from 1 application.
def compressible?(content_type) @compressible_content_types.match?(content_type) end