ruby/lib/irb
Stan Lo e9930b51b2 [ruby/irb] Retire magic-file.rb
(https://github.com/ruby/irb/pull/574)

`MagicFile` was introduced around v0.9.6, which was like 14~15 years ago.
It was needed because back then we needed to read a file's magic comment
to determine the encoding of it, and read it with that encoding.

Commit: 3ee79e89

But now we expect files to be encoded in UTF-8 and don't specify encoding
through magic comments anymore, `MagicFile` can be retired.
2023-04-28 17:20:20 +00:00
..
cmd [ruby/irb] Simplify the help command's implementation 2023-04-24 14:10:36 +00:00
ext [ruby/irb] fix typo in tracer (https://github.com/ruby/irb/pull/565) 2023-04-23 18:41:40 +00:00
lc [ruby/irb] Remove encoding_aliases.rb 2023-04-26 15:06:05 +00:00
.document [ruby/irb] Exclude useless files from RDoc 2020-02-01 17:03:59 +09:00
color.rb [ruby/irb] Drop Ruby 2.6 support 2023-04-05 21:40:40 +00:00
color_printer.rb [ruby/irb] Replace METHOD_IS_A with === 2023-03-13 18:11:58 +00:00
completion.rb [ruby/irb] Drop Ruby 2.6 support 2023-04-05 21:40:40 +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] Simplify command method definition 2023-04-08 10:11:50 +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
init.rb [ruby/irb] Remove unused Struct 2023-02-25 16:50:33 +00:00
input-method.rb [ruby/irb] Retire magic-file.rb 2023-04-28 17:20:20 +00:00
inspector.rb [ruby/irb] Drop Ruby 2.6 support 2023-04-05 21:40:40 +00:00
irb.gemspec [ruby/irb] Drop Ruby 2.6 support 2023-04-05 21:40:40 +00:00
locale.rb [ruby/irb] Simplify Locale#load 2023-04-27 15:42:21 +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] Drop Ruby 2.6 support 2023-04-05 21:40:40 +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] Bump version to 1.6.4 2023-04-09 13:44:12 +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