coercible
coercible copied to clipboard
Powerful, flexible and configurable coercion library. And nothing more.
The implementation of `#coerced?` is not in line with the documentation (and seems counterintuitive). The [docs state](https://github.com/solnic/coercible/blob/b08c274779ffafacb0bb21d1d7327ca665fedf31/lib/coercible/coercer/object.rb#L128): ``` ruby # @example when coercion was successful # coercer[String].coerced?(1) # => true...
When I was in the process of porting Virtus over to RubyMotion, I noticed a peculiarity that I hadn't noticed in previous versions where one could no longer instantiate an...
After upgrading to Virtus 1.0 which depends on Coercible 0.2.0, we noticed that a bunch of our attributes are now failing due to the stricter coercion rule. For example, a...
Hi! Could you please move files inside lib/support/ inside the lib/coercible subdirectory? This would ensure that all installed files are under the same namespace, and that there are no conflict...