module Arel
def self.fetch_attribute(value, &block) # :nodoc:
Experimental RBS support (using type sampling data from the type_fusion
project).
def self.fetch_attribute: (Arel::Nodes::Equality value, ) -> Arel::Attributes::Attribute
This signature was generated using 7 samples from 1 application.
def self.fetch_attribute(value, &block) # :nodoc: unless String === value value.fetch_attribute(&block) end end