Module PryRemoteEm::Client::Keyboard
In: lib/pry-remote-em/client/keyboard.rb

Methods

bufferio   new   receive_data   unbind  

Public Class methods

Public Instance methods

Makes stdin buffered or unbuffered. In unbuffered mode read and select will not wait for "\n"; also will not echo characters. This probably does not work on Windows. On EventMachine < 1.0.0.beta.4 this method doesn‘t do anything

[Validate]