# File lib/moneta/adapters/sqlite.rb, line 67
      def clear(options = {})
        @clear.execute!
        self
      end