Method: Azuki::Auth.echo_on

Defined in:
lib/azuki/auth.rb

.echo_onObject



178
179
180
181
182
# File 'lib/azuki/auth.rb', line 178

def echo_on
  with_tty do
    system "stty echo"
  end
end