class ActionController::Renderer
def rack_key_for(key)
Experimental RBS support (using type sampling data from the type_fusion
project).
def rack_key_for: (Symbol key) -> String
This signature was generated using 2 samples from 1 application.
def rack_key_for(key) RACK_KEY_TRANSLATION[key] || key.to_s end