Sha256: c90fc3e7074e61ee72576d2b97edec38ab955968ab2543d821fc2894464778dc

Contents?: true

Size: 162 Bytes

Versions: 8

Compression:

Stored size: 162 Bytes

Contents

# encoding: utf-8

module IceNine
  class Freezer

    # Skip freezing nil objects
    class NilClass < NoFreeze; end

  end # class Freezer
end # module IceNine

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ice_nine-0.10.0 lib/ice_nine/freezer/nil_class.rb
ice_nine-0.9.0 lib/ice_nine/freezer/nil_class.rb
ice_nine-0.8.0 lib/ice_nine/freezer/nil_class.rb
ice_nine-0.7.0 lib/ice_nine/freezer/nil_class.rb
ice_nine-0.6.0 lib/ice_nine/freezer/nil_class.rb
ice_nine-0.5.0 lib/ice_nine/freezer/nil_class.rb
ice_nine-0.4.0 lib/ice_nine/freezer/nil_class.rb
ice_nine-0.3.0 lib/ice_nine/freezer/nil_class.rb