ruby/lib/irb
tomoya ishida 0463c5806a [ruby/irb] Improve method completion for string and regexp that
includes word break characters
(https://github.com/ruby/irb/pull/523)

* Improve method completion for string and regexp that includes word break characters

* Remove completion-test's assert_not_include because candidates no longer include every possible methods

* Add comment about string's method completion regexp

Co-authored-by: Stan Lo <stan001212@gmail.com>

* Add comment about regexp's method completion regexp

Co-authored-by: Stan Lo <stan001212@gmail.com>

---------

https://github.com/ruby/irb/commit/aa8128c533

Co-authored-by: Stan Lo <stan001212@gmail.com>
2023-03-06 05:52:46 +00:00
..
cmd [ruby/irb] Display and prioritise instance methods in `ls 2023-02-28 14:36:12 +00:00
ext [ruby/irb] Remove unused context argument from Worksapce#evaluate 2023-02-18 11:34:28 +00:00
lc [ruby/irb] Fix help-message (https://github.com/ruby/irb/pull/506) 2023-02-15 14:53:33 +00:00
.document [ruby/irb] Exclude useless files from RDoc 2020-02-01 17:03:59 +09:00
color.rb [ruby/irb] Fix colorize backtick symbol 2023-02-12 20:27:32 +00:00
color_printer.rb [ruby/irb] shortcut colorize_code to speedup pretty_print 2022-08-04 08:37:03 +09:00
completion.rb [ruby/irb] Improve method completion for string and regexp that 2023-03-06 05:52:46 +00:00
context.rb [ruby/irb] Remove unused context argument from Worksapce#evaluate 2023-02-18 11:34:28 +00:00
easter-egg.rb Revert "Prefer #send over #__send__ when it is clear there is no possible conflict" 2020-11-05 20:54:34 +09:00
extend-command.rb [ruby/irb] Avoid calling private methods on the main object 2023-01-12 11:49:16 +00:00
frame.rb [ruby/irb] Formatting to header styles 2023-01-11 22:29:10 +00:00
help.rb [ruby/irb] Formatting to header styles 2023-01-11 22:29:10 +00:00
init.rb [ruby/irb] Remove unused Struct 2023-02-25 16:50:33 +00:00
input-method.rb [ruby/irb] Formatting to header styles 2023-01-11 22:29:10 +00:00
inspector.rb [ruby/irb] Provide more useful message when 2023-02-27 11:07:19 +00:00
irb.gemspec [ruby/irb] Specify metadata to provide richer information on 2023-03-02 13:49:03 +00:00
locale.rb [ruby/irb] Formatting to header styles 2023-01-11 22:29:10 +00:00
magic-file.rb Don't pollute toplevel by an IRB internal method 2017-06-15 10:43:17 +00:00
notifier.rb [ruby/irb] Formatting to header styles 2023-01-11 22:29:10 +00:00
output-method.rb [ruby/irb] Formatting to header styles 2023-01-11 22:29:10 +00:00
ruby-lex.rb [ruby/irb] Store context in RubyLex 2023-01-14 09:19:09 +00:00
ruby_logo.aa [ruby/irb] Discard newlines at end of file 2020-08-28 11:05:18 +09:00
src_encoding.rb Don't pollute toplevel by an IRB internal method 2017-06-15 10:43:17 +00:00
version.rb [ruby/irb] Formatting to header styles 2023-01-11 22:29:10 +00:00
workspace.rb [ruby/irb] Add a comment about Rails' patch on 2023-02-27 15:23:31 +00:00
ws-for-case-2.rb [ruby/irb] Formatting to header styles 2023-01-11 22:29:10 +00:00
xmp.rb [ruby/irb] Formatting to header styles 2023-01-11 22:29:10 +00:00