class Faraday::RackBuilder

def raise_if_locked

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

def raise_if_locked: () -> untyped

This signature was generated using 1 sample from 1 application.

def raise_if_locked
  raise StackLocked, LOCK_ERR if locked?
end