class FactoryBot::Evaluation

def notify(name, result_instance)

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

def notify: (Symbol name, Types::Sample result_instance) -> false

This signature was generated using 4 samples from 1 application.

def notify(name, result_instance)
  changed
  notify_observers(name, result_instance)
end