class Pwl::Dialog::GnomePasswordDialog

Public Instance Methods

command() click to toggle source

Returns the OS command that is required to ask the user for a password.

# File lib/pwl/dialog/gnome.rb, line 13
def command
  "#{super} --entry --hide-text --text \"#{prompt}\""
end