aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ostruct.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ostruct.rb')
-rw-r--r--lib/ostruct.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ostruct.rb b/lib/ostruct.rb
index 35047f1cff..eeea22042c 100644
--- a/lib/ostruct.rb
+++ b/lib/ostruct.rb
@@ -90,7 +90,6 @@ class OpenStruct
hash.each_pair do |k, v|
k = k.to_sym
@table[k] = v
- new_ostruct_member(k)
end
end
end