mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* parse.y [ripper] (regexp): dispatch regexp option. [ruby-Bugs:1688]
* ext/ripper/lib/core.rb: regenerated (interface changed). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
af759b81a1
commit
dd82fb6393
3 changed files with 10 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ class Ripper
|
|||
:qwords_add => 2,
|
||||
:qwords_new => 0,
|
||||
:redo => 0,
|
||||
:regexp_literal => 1,
|
||||
:regexp_literal => 2,
|
||||
:rescue => 4,
|
||||
:rescue_mod => 2,
|
||||
:restparam => 1,
|
||||
|
|
@ -525,7 +525,7 @@ class Ripper
|
|||
nil
|
||||
end
|
||||
|
||||
def on_regexp_literal(a)
|
||||
def on_regexp_literal(a, b)
|
||||
a
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue