Sha256: cb842bfa19a22c1966c984af951d9c2390f03bd2259ec04e4eb49b7b32eedead

Contents?: true

Size: 419 Bytes

Versions: 17

Compression:

Stored size: 419 Bytes

Contents

class Remnant
  class GC
    class Base
      module ClassMethods
        def enabled?
          false
        end

        def time
          0
        end

        def collections
          0
        end

        def enable_stats
          true
        end

        def disable_stats
          true
        end

        def clear_stats
          true
        end
      end
      extend ClassMethods
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
remnant-1.0.0 lib/remnant/gc/base.rb
remnant-0.4.10 lib/remnant/gc/base.rb
remnant-0.4.9 lib/remnant/gc/base.rb
remnant-0.4.8 lib/remnant/gc/base.rb
remnant-0.4.7 lib/remnant/gc/base.rb
remnant-0.4.6 lib/remnant/gc/base.rb
remnant-0.4.5 lib/remnant/gc/base.rb
remnant-0.9.5 lib/remnant/gc/base.rb
remnant-0.9.4 lib/remnant/gc/base.rb
remnant-0.4.4 lib/remnant/gc/base.rb
remnant-0.9.3 lib/remnant/gc/base.rb
remnant-0.9.2 lib/remnant/gc/base.rb
remnant-0.9.1 lib/remnant/gc/base.rb
remnant-0.9.0 lib/remnant/gc/base.rb
remnant-0.4.3 lib/remnant/gc/base.rb
remnant-0.4.2 lib/remnant/gc/base.rb
remnant-0.4.1 lib/remnant/gc/base.rb