class ActiveRecord::PredicateBuilder
def build_from_hash(attributes, &block)
Experimental RBS support (using type sampling data from the type_fusion
project).
def build_from_hash: (Hash attributes, ) -> untyped
This signature was generated using 22 samples from 1 application.
def build_from_hash(attributes, &block) attributes = convert_dot_notation_to_hash(attributes) expand_from_hash(attributes, &block) end