Module: Helper

Defined in:
lib/helper.rb

Overview

wisemonkey [email protected] 20190206 github.com/wisehackermonkey

Instance Method Summary collapse

Instance Method Details

#hide_passwordObject



12
13
14
# File 'lib/helper.rb', line 12

def hide_password
  password = STDIN.noecho(&:gets).chomp
end