class Pwl::Dialog::GnomeTextDialog

Public Instance Methods

command() click to toggle source

Returns the OS command that is required to ask the user for text input.

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