Method: Pwl::Dialog::GnomePasswordDialog#command
- Defined in:
- lib/pwl/dialog/gnome.rb
#command ⇒ Object
Returns the OS command that is required to ask the user for a password.
13 14 15 |
# File 'lib/pwl/dialog/gnome.rb', line 13 def command "#{super} --entry --hide-text --text \"#{prompt}\"" end |