Skip to content

Instantly share code, notes, and snippets.

@ferblape
Created November 22, 2009 08:51
Show Gist options
  • Save ferblape/240488 to your computer and use it in GitHub Desktop.
Save ferblape/240488 to your computer and use it in GitHub Desktop.
module Partigi
module Utils
# Force garbage collector
def self.gc!
fDisabled = GC.enable
GC.start
GC.disable if fDisabled
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment