diff --git a/lib/prism/translation/parser.rb b/lib/prism/translation/parser.rb index 8ea3038347..5f2f01dbda 100644 --- a/lib/prism/translation/parser.rb +++ b/lib/prism/translation/parser.rb @@ -33,6 +33,8 @@ def initialize(message, level, reason, location) Racc_debug_parser = false # :nodoc: + # The `builder` argument is used to create the parser using our custom builder class by default. + # # By using the `:parser` keyword argument, you can translate in a way that is compatible with # the Parser gem using any parser. #