Closed mmihira closed 8 years ago
Could you add a test for it?
Could you also please update the documentation (comment) adding this new functionality? https://github.com/JEG2/highline/blob/master/lib/highline/question.rb#L149
And also update the Changelog.md so it cites the addition and gives credit to you?
If you need any assistance in any of these, please tell me, I would be glad to help you along.
And thank you for the pull request, we'll be merging it as soon as it's complete. 👍
I just made a test, updated the docs and also added an entry in the change log. Thank you for the clear guidance. Let me know if there are any other issues.
Great @mmihira !
As soon as you fix the tiny typo we're gonna merge. It'll be perfect with tests and everything. Thank you in advance.
Thanks @abinoam. I fixed up the typo.
I have merged it into master. It will be on the next release. Thank you very much @mmihira! 👍
Implemented functionality to assign a Proc object to the confirm attribute of the Highline::Question object.