v0.6.1 — OptStruct Compatibility Fix
What Changed
OptStruct has behavior for default values as symbols that may point to a method to be called — in this project, we want to use a symbol as a default value rather than invoke that method. Wrapping the default in a proc is the fix. A Rubocop linter was added to call out the unsafe behavior, disableable on a line-by-line basis.