1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/irb
Takashi Kokubun 931bcd1b63 [ruby/irb] Assert lvars_code doesn't include \n
Removing /\A.+\n/ could have an unexpected impact, depending on how
RubyLex.generate_local_variables_assign_code is implemented. It feels
like a too much assumption and the intention isn't immediately clear,
so I added these changes.

ccc07a35ce
2022-10-18 06:03:23 +00:00
..
cmd
ext
lc
.document
color.rb [ruby/irb] Assert lvars_code doesn't include \n 2022-10-18 06:03:23 +00:00
color_printer.rb
completion.rb [ruby/irb] Sort constant completion's candidates 2022-10-08 03:17:42 +09:00
context.rb [ruby/irb] Always use local variables in current context to parse code (https://github.com/ruby/irb/pull/397) 2022-10-18 05:44:07 +00:00
easter-egg.rb
extend-command.rb [ruby/irb] Update remark of self.install_extend_commands. 2022-10-05 19:15:28 +09:00
frame.rb
help.rb
init.rb
input-method.rb [ruby/irb] Always use local variables in current context to parse code (https://github.com/ruby/irb/pull/397) 2022-10-18 05:44:07 +00:00
inspector.rb
irb.gemspec
locale.rb
magic-file.rb
notifier.rb
output-method.rb
ruby-lex.rb [ruby/irb] Always use local variables in current context to parse code (https://github.com/ruby/irb/pull/397) 2022-10-18 05:44:07 +00:00
ruby_logo.aa
src_encoding.rb
version.rb
workspace.rb
ws-for-case-2.rb
xmp.rb