class ActiveRecord::Result
def includes_column?(name)
Experimental RBS support (using type sampling data from the type_fusion
project).
def includes_column?: (String name) -> false
This signature was generated using 5 samples from 1 application.
def includes_column?(name) @columns.include? name end