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