# File lib/moped/collection.rb, line 28
    def capped?
      database.command(collstats: name)["capped"]
    end