interfax-ruby
interfax-ruby copied to clipboard
New Versions of Ruby do not include ostruct by default
This pull request includes a minor change to the lib/interfax/object.rb file. The change imports the ostruct library to ensure the OpenStruct class is available for use.
-
lib/interfax/object.rb: Addedrequire "ostruct"to import theostructlibrary.
ah I just wanted to create a PR with the exact same fix but then I saw you already did the exact same thing :-) thanks!