Open cloke opened 3 months ago
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
ostruct
OpenStruct
require "ostruct"
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!
This pull request includes a minor change to the
lib/interfax/object.rb
file. The change imports theostruct
library to ensure theOpenStruct
class is available for use.lib/interfax/object.rb
: Addedrequire "ostruct"
to import theostruct
library.