method
freeze
ruby latest stable - Class:
OpenStruct
freeze()public
No documentation available.
# File lib/ostruct.rb, line 188
def freeze
@table.each_key {|key| new_ostruct_member!(key)}
super
end freeze()No documentation available.
# File lib/ostruct.rb, line 188
def freeze
@table.each_key {|key| new_ostruct_member!(key)}
super
end