summaryrefslogtreecommitdiff
path: root/lib/ostruct.rb
diff options
context:
space:
mode:
authorMarc-Andre Lafortune <github@marc-andre.ca>2019-12-22 19:40:32 -0500
committerMarc-Andre Lafortune <github@marc-andre.ca>2019-12-22 21:48:54 -0500
commit9be3295d53b6fd9f8a3ad8157aa0655b1976d8ac (patch)
treec024d37fc2b0fecef1aed982174f20155c9d76d9 /lib/ostruct.rb
parent49d94248ebfb7a51e342f8102d21ad132a40f91a (diff)
[ruby/ostruct] Create OpenStruct::VERSION
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
#