# File lib/highline/system_extensions.rb, line 124 def raw_no_echo_mode @state = @java_console.getEchoCharacter @java_console.setEchoCharacter 0 end