2008/11/1 Mitko Kostov <[EMAIL PROTECTED]>: > Hi, guys. > > Just want to know if it's possible to pass some kind of param to ask() to > shadow the entered text with asterisk ( for password ) like :secret => true > in edit_line ?
Yeah, it's possible, and it's the same way as in edit_line : ask "Something", :secret => true
