class ActionDispatch::Response
def sending?; synchronize { @sending }; end
Experimental RBS support (using type sampling data from the type_fusion
project).
def sending?: () -> false
This signature was generated using 2 samples from 1 application.
def sending?; synchronize { @sending }; end