length()
Returns the number of elements in the rows array.
# File activerecord/lib/active_record/result.rb, line 47 def length @rows.length end