All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.ice_nine-0.11.2.lib.ice_nine.freezer.symbol.rb Maven / Gradle / Ivy

The newest version!
# encoding: utf-8

module IceNine
  class Freezer

    # Skip freezing Symbol objects
    class Symbol < NoFreeze; end

  end # Freezer
end # IceNine




© 2015 - 2024 Weber Informatics LLC | Privacy Policy