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 theostruct
library.