diff options
-rw-r--r-- | lib/ostruct.rb | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -202,10 +202,7 @@ class OpenStruct # # Provides marshalling support for use by the Marshal library. # - def marshal_load(x) # :nodoc: - x.each_key{|key| new_ostruct_member!(key)} - @table = x - end # # Used internally to defined properties on the |