v2.2.2
- Added
hashmethod to enable immutable-struct instances to be Set-friendly. Hash code values are constructed from the state (all attribute values) and the class - Modified to_h method to only call methods with zero args. Addresses issue logged as "#to_h serializes all instance methods" from @nandosola's PR. Thank you, @nandosola!