* 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:
keiju 2003-08-05 02:23:07 +00:00
parent ef066d4dad
commit fb4d3c4df6
1 changed files with 2 additions and 1 deletions

View File

@ -300,7 +300,8 @@ class RubyLex
"Q" => "\"", "Q" => "\"",
"x" => "\`", "x" => "\`",
"r" => "\/", "r" => "\/",
"w" => "]" "w" => "]",
"W" => "]"
} }
PERCENT_PAREN = { PERCENT_PAREN = {