Sha256: a984a1934cfaefb31f6fd2862d5c38cbd0a216ef8e6e330e588f844933b0dded
Contents?: true
Size: 240 Bytes
Versions: 1
Compression:
Stored size: 240 Bytes
Contents
stty_settings = %x[stty -g] print 'Password: ' begin %x[stty -echo] password = gets ensure %x[stty #{stty_settings}] end puts print 'regular info: ' regular_info = gets puts "password: #{password}" puts "regular: #{regular_info}"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dailycred-0.1.29 | lib/generators/test.rb |