8000 * lib/irb/ruby-lex.rb: Add handling for %i and %I quoting to irb · ruby/ruby@4943b46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4943b46

Browse files
author
zzak
committed
* lib/irb/ruby-lex.rb: Add handling for %i and %I quoting to irb
Patch by flori [ruby-core:49550] [Bug #7392] [Github Issue #157] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 20a5505 commit 4943b46

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Sun Dec 23 15:25:00 2012 Zachary Scott <zachary@zacharyscott.net>
2+
3+
* lib/irb/ruby-lex.rb: Add handling for %i and %I quoting to irb
4+
Patch by flori [ruby-core:49550] [Bug #7392] [Github Issue #157]
5+
16
Sun Dec 23 15:05:48 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
27

38
* vm_eval.c (rb_check_funcall_with_hook): rb_check_funcall with hook

lib/irb/ruby-lex.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ def token
312312
"r" => "/",
313313
"w" => "]",
314314
"W" => "]",
315+
"i" => "]",
316+
"I" => "]",
315317
"s" => ":"
316318
}
317319

0 commit comments

Comments
 (0)
0