Module: TTY2::Prompt::StringIOExtensions
- Defined in:
- lib/tty2/prompt/test.rb
Instance Method Summary collapse
Instance Method Details
#ioctl ⇒ Object
15 16 17 |
# File 'lib/tty2/prompt/test.rb', line 15 def ioctl(*) 80 end |
#wait_readable ⇒ Object
11 12 13 |
# File 'lib/tty2/prompt/test.rb', line 11 def wait_readable(*) true end |