8000 Add handling for %i and %I quoting to irb · ruby/ruby@a3d5b14 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3d5b14

Browse files
committed
Add handling for %i and %I quoting to irb
1 parent e1aa72d commit a3d5b14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/irb/ruby-lex.rb

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

0 commit comments

Comments
 (0)
0