# File lib/flukso/database.rb, line 117
    def find_reading_last_five
      return find_last_reading(5);
    end