Flowdock
enable() public

Enables garbage collection, returning true if garbage collection was previously disabled.

GC.disable   #=> false
GC.enable    #=> true
GC.enable    #=> false
Show source
Register or log in to add new notes.