Closed ywen closed 13 years ago
looks like it is a rewrite. Let me investigate. Thanks
yes, it's fixed. But since I don't see any tests for this. I will still make a new pull request for adding my unit tests for this if you don't mind. I will close this one.
@ywen that would be awesome, thank you!
@sonlnic already did. The latest pull request. thanks
in lib/dm-validations/validators/block_validator.rb:53
It seems the intention is actually
without last, since Hash does't have a pop method
I have fixed this and added two tests for testing it. Please let me know if it is good. Thank you