mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/irb/ruby-lec.rb: support %W-notation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ef066d4dad
commit
fb4d3c4df6
1 changed files with 2 additions and 1 deletions
|
@ -300,7 +300,8 @@ class RubyLex
|
||||||
"Q" => "\"",
|
"Q" => "\"",
|
||||||
"x" => "\`",
|
"x" => "\`",
|
||||||
"r" => "\/",
|
"r" => "\/",
|
||||||
"w" => "]"
|
"w" => "]",
|
||||||
|
"W" => "]"
|
||||||
}
|
}
|
||||||
|
|
||||||
PERCENT_PAREN = {
|
PERCENT_PAREN = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue