class ActionDispatch::Response

def committed?; synchronize { @committed }; end

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

def committed?: () -> false

This signature was generated using 9 samples from 1 application.

def committed?; synchronize { @committed }; end