summaryrefslogtreecommitdiff
path: root/lib/syntax_suggest/ripper_errors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/syntax_suggest/ripper_errors.rb')
-rw-r--r--lib/syntax_suggest/ripper_errors.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/syntax_suggest/ripper_errors.rb b/lib/syntax_suggest/ripper_errors.rb
index 48eb206e48..4e2bc90948 100644
--- a/lib/syntax_suggest/ripper_errors.rb
+++ b/lib/syntax_suggest/ripper_errors.rb
@@ -1,7 +1,10 @@
# frozen_string_literal: true
module SyntaxSuggest
- # Capture parse errors from ripper
+ # Capture parse errors from Ripper
+ #
+ # Prism returns the errors with their messages, but Ripper
+ # does not. To get them we must make a custom subclass.
#
# Example:
#