summaryrefslogtreecommitdiff
path: root/lib/ostruct.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ostruct.rb')
-rw-r--r--lib/ostruct.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ostruct.rb b/lib/ostruct.rb
index 4d1f0ce4de..c40c897ff6 100644
--- a/lib/ostruct.rb
+++ b/lib/ostruct.rb
@@ -72,6 +72,9 @@
# the objects that are created, as there is much more overhead in the setting
# of these properties compared to using a Hash or a Struct.
#
+
+require_relative 'ostruct/version'
+
class OpenStruct
#