class ActiveSupport::Callbacks::CallbackSequence

def skip?(arg)

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

def skip?: (ActiveSupport::Callbacks::Filters::Environment arg) -> false

This signature was generated using 6 samples from 1 application.

def skip?(arg)
  arg.halted || !@user_conditions.all? { |c| c.call(arg.target, arg.value) }
end