Adam Pohorecki

Results 13 comments of Adam Pohorecki

We should probably consider making this mapping available as a part of Bogus.

It would be easy to add a support for this for stubbing/mocking, but marrying it with contracts is definitely non-trivial. I'll have to figure out how to record the values...

This is definitely an issue with Celluloid, because they overwrite Ruby's standard reflection, without preserving the old interface. The fix is rather trivial (Celluloid::Method just needs to respond to name...