Class: RDialogy::PasswordBox

Inherits:
Base
  • Object
show all
Defined in:
lib/rdialogy/passwordbox.rb

Overview

prompting for passwords or other sensitive information.

Class Method Summary collapse

Class Method Details

.commandObject



11
12
13
# File 'lib/rdialogy/passwordbox.rb', line 11

def self.command
  'passwordbox'
end

.run(options = {}) ⇒ Object



7
8
9
# File 'lib/rdialogy/passwordbox.rb', line 7

def self.run(options={})
  super options, true
end