Skip to content

Commit 7c82ae5

Browse files
committed
Restore a comment for Prism::Translation::Parser#initialize
This restores the missing method comments in ruby#3479.
1 parent cc50f48 commit 7c82ae5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/prism/translation/parser.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ def initialize(message, level, reason, location)
3333

3434
Racc_debug_parser = false # :nodoc:
3535

36+
# The `builder` argument is used to create the parser using out custom builder class by default.
37+
#
3638
# By using the `:parser` keyword argument, you can translate in a way that is compatible with
3739
# the Parser gem using any parser.
3840
#

0 commit comments

Comments
 (0)