# File lib/moneta/rufus.rb, line 35
    def initialize(options = {})
      file = options[:file]
      @expiration = BasicRufus.new(:file => "#{file}_expires")
      super
    end