When I attempted to use the Sequel adaptor on Ruby 1.9.2 and Rails 3, I got some deprecation warnings about the use of returning in this one spot. I switched it to Object#tap, which I believe has been back-ported to 1.8.7. Is machinist 2 ready enough for me to use it instead? Thanks!
When I attempted to use the Sequel adaptor on Ruby 1.9.2 and Rails 3, I got some deprecation warnings about the use of returning in this one spot. I switched it to Object#tap, which I believe has been back-ported to 1.8.7. Is machinist 2 ready enough for me to use it instead? Thanks!