GoBoundless / dyph

A library of useful diffing algorithms for Ruby
https://www.boundless.com/
MIT License
8 stars 2 forks source link

convert Base attr_readers into attr_accessors #38

Closed kevinmook closed 8 years ago

kevinmook commented 8 years ago

With all the diff rebuilding going on we need to be able to set "value" (to change ids). We could use "send" to set it, but this seems like a better solution.