disposable
disposable copied to clipboard
Use instance_eval, so property can be a private method
When using Disposable::Twin::Parent with Reform::Form::ActiveModel, it fails because property is a private method. Switching from calling property on the includer to instance_eval'ing the property call allows for property to remain private Disposable::Twin::Parent to still work in that case.