class ActiveRecord::DynamicMatchers::Method
def match(model, name)
Experimental RBS support (using type sampling data from the type_fusion
project).
def match: (Class model, Symbol name) -> nil
This signature was generated using 129 samples from 2 applications.
def match(model, name) klass = matchers.find { |k| k.pattern.match?(name) } klass.new(model, name) if klass end