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.

Returns true if this result set includes the column named +name+
def includes_column?(name)
  @columns.include? name
end