Searched refs:StdioInputMethod (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Dcontext.rb72 @io = StdioInputMethod.new
75 @io = StdioInputMethod.new
80 @io = StdioInputMethod.new
119 # Can be either StdioInputMethod, ReadlineInputMethod, FileInputMethod or
251 # StdioInputMethod or ReadlineInputMethod, see #io for more information.
253 verbose? || (STDIN.tty? && @io.kind_of?(StdioInputMethod) ||
H A Dinput-method.rb46 class StdioInputMethod < InputMethod class in class:IRB
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dirbtkw.rbw119 class IRB::StdioInputMethod
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/RubyConsole/
H A Dconsole.rb75 class RubyCocoaInputMethod < IRB::StdioInputMethod

Completed in 124 milliseconds