ruby/lib/irb
aycabta 8b8cc01229 [ruby/irb] Fix auto indent with closed brace
A closed brace in auto-indent shouldn't affect the next brace in the same line,
but it behaves like below:

  p() {
    }

It's a bug.

https://github.com/ruby/irb/commit/fbe59e344f
2020-02-12 13:14:28 +09:00
..
cmd irb/cmd/help.rb: return nil after the redefinition 2019-06-10 21:45:46 +09:00
ext Use Reline.encoding_system_needs if exists 2020-01-14 15:40:38 +09:00
lc [ruby/irb] Exclude useless files from RDoc 2020-02-01 17:03:59 +09:00
.document [ruby/irb] Exclude useless files from RDoc 2020-02-01 17:03:59 +09:00
color.rb Suppress warnings except for when last evaluation 2019-11-13 15:15:28 +09:00
completion.rb [ruby/irb] Check doc namespace correctly 2020-02-12 13:14:28 +09:00
context.rb [ruby/irb] Add newline_before_multiline_output 2020-01-21 09:51:16 +09:00
easter-egg.rb [ruby/irb] Add a new easter egg: dancing ruby 2020-02-02 03:22:51 +09:00
extend-command.rb Fixed misspellings 2019-12-20 12:19:45 +09:00
frame.rb Remove e2mmap dependency 2019-11-25 05:38:09 +09:00
help.rb lib/*: Prefer require_relative over require, remove explicit extension 2018-11-02 17:52:43 +00:00
init.rb Use Reline.encoding_system_needs if exists 2020-01-14 15:40:38 +09:00
input-method.rb Use Reline.encoding_system_needs if exists 2020-01-14 15:40:38 +09:00
inspector.rb Add --colorize and --nocolorize options to IRB 2019-05-21 08:57:21 +09:00
irb.gemspec [ruby/irb] Exclude useless files from RDoc 2020-02-02 03:25:33 +09:00
locale.rb Use Reline.encoding_system_needs if exists 2020-01-14 15:40:38 +09:00
magic-file.rb Don't pollute toplevel by an IRB internal method 2017-06-15 10:43:17 +00:00
notifier.rb Remove e2mmap dependency 2019-11-25 05:38:09 +09:00
output-method.rb Remove e2mmap dependency 2019-11-25 05:38:09 +09:00
ruby-lex.rb [ruby/irb] Fix auto indent with closed brace 2020-02-12 13:14:28 +09:00
ruby_logo.aa IRB never show RubyVM's doc 2019-05-29 06:57:47 +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] Version 1.2.1 2019-12-24 09:56:40 +09:00
workspace.rb Remove e2mmap dependency 2019-11-25 05:38:09 +09:00
ws-for-case-2.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
xmp.rb lib/*: Prefer require_relative over require. 2018-11-02 17:52:33 +00:00