empty?()
Returns true if there are no records, otherwise false.
# File activerecord/lib/active_record/result.rb, line 80 def empty? rows.empty? end