aetherknight / recursive-open-struct

OpenStruct subclass that returns nested hash attributes as RecursiveOpenStructs
Other
276 stars 54 forks source link

Make ROS work with Ruby 2.4.x #49

Closed aetherknight closed 7 years ago

aetherknight commented 7 years ago

Ruby 2.4.0-r1's ostruct.rb changes:

There is one spec failing on 2.4.0, and it is due to the rename of new_ostruct_member. The rename means that ROS's implementation doesn't replace the original's so references to the method in OpenStruct do not call the ROS override.