class OpenStruct
def initialize_clone(orig) # :nodoc:
Duplicates an OpenStruct object's Hash table.
def initialize_clone(orig) # :nodoc: # clones the singleton class for us = @table.dup unless @table.frozen?
def initialize_clone(orig) # :nodoc: # clones the singleton class for us = @table.dup unless @table.frozen?