interfax-ruby icon indicating copy to clipboard operation
interfax-ruby copied to clipboard

New Versions of Ruby do not include ostruct by default

Open cloke opened this issue 6 months ago • 0 comments

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: Added require "ostruct" to import the ostruct library.

cloke avatar Aug 22 '24 19:08 cloke