Tagged Questions
9
votes
6answers
5k views
Ruby - Passing Blocks To Methods
I'm trying to do Ruby password input with the Highline gem and since I have the user input the password twice, I'd like to eliminate the duplication on the blocks I'm passing in. For example, a simple ...