class ActiveSupport::Callbacks::Conditionals::Value
def call(target, value); @block.call(value); end
Experimental RBS support (using type sampling data from the type_fusion
project).
def call: (User target, Integer value) -> true
This signature was generated using 1 sample from 1 application.
def call(target, value); @block.call(value); end