8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, s 8000 ee our documentation.
There was an error while loading. Please reload this page.
1 parent 20a5505 commit 4943b46Copy full SHA for 4943b46
ChangeLog
@@ -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
6
Sun Dec 23 15:05:48 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
7
8
* vm_eval.c (rb_check_funcall_with_hook): rb_check_funcall with hook
lib/irb/ruby-lex.rb
@@ -312,6 +312,8 @@ def token
312
"r" => "/",
313
"w" => "]",
314
"W" => "]",
315
+ "i" => "]",
316
+ "I" => "]",
317
"s" => ":"
318
}
319
0 commit comments