ruby/lib/irb
Stan Lo e1d7066a5f [ruby/irb] Deprecate RubyLex and warn about referencing to it
(https://github.com/ruby/irb/pull/692)

`RubyLex` has always been a private component of IRB, so we should
explicitly discourage usages of it.
Also, it should be placed under the `IRB` module like other components.

https://github.com/ruby/irb/commit/069b5625f7
2023-08-24 15:35:40 +00:00
..
cmd [ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR` 2023-08-20 17:22:01 +00:00
debug [ruby/irb] Support seamless integration with ruby/debug 2023-08-13 18:30:34 +00:00
ext [ruby/irb] Refactor eval history 2023-07-04 15:17:41 +00:00
lc [ruby/irb] Remove encoding_aliases.rb 2023-04-26 15:06:05 +00:00
.document
color.rb [ruby/irb] Add black and white color to IRB::Color 2023-08-11 16:03:11 +00:00
color_printer.rb [ruby/irb] Replace METHOD_IS_A with === 2023-03-13 18:11:58 +00:00
completion.rb [ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoid 2023-06-13 10:46:38 +00:00
context.rb [ruby/irb] Support seamless integration with ruby/debug 2023-08-13 18:30:34 +00:00
debug.rb [ruby/irb] Avoid overriding user's `irb_name` setting in debugger 2023-08-21 18:23:32 +00:00
easter-egg.rb
extend-command.rb [ruby/irb] Refactor eval history 2023-07-04 15:17:41 +00:00
frame.rb [ruby/irb] Formatting to header styles 2023-01-11 22:29:10 +00:00
help.rb [ruby/irb] Retire magic-file.rb 2023-04-28 17:20:20 +00:00
history.rb [ruby/irb] Support seamless integration with ruby/debug 2023-08-13 18:30:34 +00:00
init.rb [ruby/irb] Drop showing indent level number in DEFAULT prompt and 2023-08-12 10:19:24 +00:00
input-method.rb [ruby/irb] Remove useless `begin`/`end` [ci skip] 2023-08-13 15:02:29 +00:00
inspector.rb [ruby/irb] Drop Ruby 2.6 support 2023-04-05 21:40:40 +00:00
irb.gemspec [ruby/irb] Declare rdoc as dependency 2023-07-18 13:53:31 +00:00
locale.rb [ruby/irb] Simplify Locale#load 2023-04-27 15:42:21 +00:00
nesting_parser.rb [ruby/irb] Rewrite RubyLex to fix some bugs and make it possible to 2023-06-15 15:39:58 +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
pager.rb [ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657) 2023-07-26 08:32:02 +00:00
ruby-lex.rb [ruby/irb] Deprecate RubyLex and warn about referencing to it 2023-08-24 15:35:40 +00:00
ruby_logo.aa
source_finder.rb [ruby/irb] Decouple `edit` and `show_source` commands 2023-07-31 19:57:36 +00:00
statement.rb [ruby/irb] Encapsulate input details in Statement objects 2023-08-16 10:13:46 +00:00
version.rb [ruby/irb] Bump 1.7.4 (https://github.com/ruby/irb/pull/645) 2023-07-15 15:59:18 +00:00
workspace.rb [ruby/irb] Support seamless integration with ruby/debug 2023-08-13 18:30:34 +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