aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/completion.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/e2mmap.rb: remove needless instance variables.hsbt2014-08-241-1/+0
* * lib/irb/completion.rb: reverted r47163.hsbt2014-08-131-1/+1
* * lib/irb/completion.rb: fixed broken completion list withhsbt2014-08-131-1/+1
* * lib/irb.rb: removed commented-out code.hsbt2014-08-091-7/+0
* * lib/cmath.rb: fixed indent.hsbt2014-08-091-134/+134
* * lib/irb/completion.rb: Use %w literal construction for long lists.eregon2013-06-041-21/+19
* * lib/irb/completion.rb: treat rightly comletion for symbol on irbkeiju2012-12-291-2/+2
* * lib/irb.rb, lib/irb/*: Documentation for IRBzzak2012-12-211-1/+4
* * lib/irb/completion.rb (CompletionProc): support completion oftarui2012-12-201-2/+3
* * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu2012-01-271-2/+6
* * lib/irb/completion.rb: complate correctry string literal. fix [Bug #1145].keiju2011-06-291-1/+10
* * remove trailing spaces.nobu2011-05-151-1/+1
* * lib/irb/comletion.rb: Irb tab completion support for XX::method forms.keiju2011-01-181-18/+31
* * lib/irb/completion.rb (CompletionProc): fix [ruby-dev:40953]keiju2010-04-131-3/+3
* * lib/irb/completion.rb (CompletionProc): irb will be stuck withkeiju2010-04-091-3/+6
* * lib/irb/completion.rb (CompletionProc): calling the method "methods"mame2010-04-081-4/+1
* * lib/irb/completion.rb (IRB::InputCompletor::Operators): Addknu2009-04-031-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-13/+13
* * lib/optparse/version.rb: remove variable shadowing to stopmatz2008-12-181-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* Remove garbage ("X=1").knu2007-12-281-2/+0
* * lib/irb.rb: typo. Thanks, Giles Bowkett.keiju2007-07-061-17/+22
* * lib/irb/completion.rb: support for completion of numerickeiju2006-07-191-4/+20
* patch was misapplied. fixed. sorryryan2006-07-181-1/+1
* cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan2006-07-081-2/+3
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-1/+1
* consistent parentheses in assignment RHS.matz2003-10-161-4/+4
* * object.c (rb_obj_clone): defer copying freezing state aftermatz2003-05-221-1/+1
* * lib/irb/completion.rb: Use Object#class rather than Object#type.knu2002-12-241-1/+1
* * class.c (ins_methods_i): should not show ID_ALLOCATOR.matz2002-12-241-1/+1
* use Object#class instead of deprecated Object#type.nobu2002-10-021-1/+1
* * irb 0.9keiju2002-07-091-5/+16
* Merge from irb-tools 0.7.1.knu2001-04-301-11/+141
* 2000-05-12matz2000-05-121-0/+47