Skip to content

Instantly share code, notes, and snippets.

@ku1ik
Forked from grimsock/gist:282342
Created January 20, 2010 22:17
Show Gist options
  • Save ku1ik/282346 to your computer and use it in GitHub Desktop.
Save ku1ik/282346 to your computer and use it in GitHub Desktop.
def self.cached_deliveries
return [] unless File.exists?(DELIVERIES_CACHE_PATH) && !File.zero?(DELIVERIES_CACHE_PATH)
Marshal.load(File.read(DELIVERIES_CACHE_PATH))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment