# File lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb, line 31 def save_storable(data, filename) cache_file = get_cache_filename(filename) File.open(cache_file, "w+") { |f| Marshal.dump(data, f) } end