Skip to content

Instantly share code, notes, and snippets.

@quinn
Created October 5, 2008 22:03
Show Gist options
  • Save quinn/14944 to your computer and use it in GitHub Desktop.
Save quinn/14944 to your computer and use it in GitHub Desktop.
class Object
def collapse
memcache.store :key => object_id, :value => ENV["HOST_NAME"]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment