diff options
| author | Stan Lo <stan001212@gmail.com> | 2023-12-12 11:27:20 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-12-12 11:27:39 +0000 |
| commit | 28a9a4275ce334ed50a582d8c781b40ce46a74ec (patch) | |
| tree | d4e61250dfbd2bd55e5ed6ef2ea9fc42a1fc7e60 | |
| parent | 35990cb38c0c77ddcd0b1f914b4fea5c13e12f39 (diff) | |
[ruby/irb] Remove trailing space
This is required to fix ruby/ruby's CI
https://github.com/ruby/irb/commit/3c77213209
| -rw-r--r-- | lib/irb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb index aef1e69c6f..f9c3c1fae8 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -23,7 +23,7 @@ require_relative "irb/debug" require_relative "irb/pager" # == \IRB -# +# # \Module \IRB ("Interactive Ruby") provides a shell-like interface # that supports user interaction with the Ruby interpreter. # |
