Class: RDialogy::PasswordBox
Overview
prompting for passwords or other sensitive information.
Class Method Summary collapse
Class Method Details
.command ⇒ Object
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(={}) super , true end |