class ActiveRecord::Result

def length

Experimental RBS support (using type sampling data from the type_fusion project).

def length: () -> Integer

This signature was generated using 2 samples from 1 application.

Returns the number of elements in the rows array.
def length
  @rows.length
end