Libraries
»
set
(3.4.1)
»
Index
»
Set
»
#freeze
Method: Set#freeze
Defined in:
lib/set.rb
#
freeze
⇒
Object
:nodoc:
295 296 297 298
# File 'lib/set.rb', line 295
def
freeze
# :nodoc:
@hash
.
freeze
super
end