class ActionDispatch::Response

def get_header(key); headers[key]; end

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

def get_header: (String key) -> String?

This signature was generated using 9 samples from 2 applications.

def get_header(key);    headers[key];       end