mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Ripper: no documents of fallback methods
This commit is contained in:
parent
c48d9139d4
commit
a829be209f
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ class Ripper
|
|||
|
||||
private
|
||||
|
||||
# :stopdoc:
|
||||
def _dispatch_0() nil end
|
||||
def _dispatch_1(a) a end
|
||||
def _dispatch_2(a, b) a end
|
||||
|
@ -38,6 +39,7 @@ class Ripper
|
|||
def _dispatch_5(a, b, c, d, e) a end
|
||||
def _dispatch_6(a, b, c, d, e, f) a end
|
||||
def _dispatch_7(a, b, c, d, e, f, g) a end
|
||||
# :startdoc:
|
||||
|
||||
#
|
||||
# Parser Events
|
||||
|
|
Loading…
Add table
Reference in a new issue