aetherknight / recursive-open-struct

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

Raise NoMethodError if raise_on_missing option is enabled #76

Closed IlyaUmanets closed 3 months ago

IlyaUmanets commented 3 months ago

Why:

IlyaUmanets commented 3 months ago

@aetherknight, take a look please

aetherknight commented 3 months ago

LGTM -- it is optional, leaving default behavior to match ostruct. I'll get it merged and release soon.