method

freeze

freeze()
public

No documentation available.

# File lib/ostruct.rb, line 188
  def freeze
    @table.each_key {|key| new_ostruct_member!(key)}
    super
  end