Lines Matching refs:fetch
69 @no_output = options.fetch( :no_output, false )
70 @profile = options.fetch( :profile, false )
71 @debug_socket = options.fetch( :debug_socket, false )
72 @ruby_prof = options.fetch( :ruby_prof, false )
73 @encoding = options.fetch( :encoding, nil )
74 @interactive = options.fetch( :interactive, false )
75 @input = options.fetch( :input, $stdin )
125 @input = options.fetch( :input, $stdin )
126 @output = options.fetch( :output, $stdout )
127 @error = options.fetch( :error, $stderr )
128 @name = options.fetch( :name, File.basename( $0, '.rb' ) )
381 @trace = options.fetch( :trace, nil )
382 @port = options.fetch( :port, ANTLR3::Debug::DEFAULT_PORT )
383 @log = options.fetch( :log, @error )
497 @port = options.fetch( :port, ANTLR3::Debug::DEFAULT_PORT )
498 @log = options.fetch( :log, @error )