lib/remnant/gc/ree.rb in remnant-0.4.0 vs lib/remnant/gc/ree.rb in remnant-0.4.1
- old
+ new
@@ -1,8 +1,12 @@
class Remnant
class GC
class Ree
module ClassMethods
+ def enabled?
+ true
+ end
+
def time
# returns time in microseconds so convert to ms
::GC.time / 1000
end