# File lib/rbreadline.rb, line 4008 def _rl_input_available IO.select([ $stdin ], nil, [ $stdin ], @_keyboard_input_timeout) end