summaryrefslogtreecommitdiff
path: root/lib/syntax_suggest/ripper_errors.rb
diff options
context:
space:
mode:
authorSchneems <richard.schneeman+foo@gmail.com>2023-12-04 16:59:10 -0600
committergit <svn-admin@ruby-lang.org>2023-12-05 17:51:29 +0000
commit6d39d6d2143f7b910f310de0ff92772839ac72a2 (patch)
tree7b2071ab9e74334b2a18c05068b3e8a81938c692 /lib/syntax_suggest/ripper_errors.rb
parent62c96959114ea165f7434da9edc42d15e4aaebfa (diff)
[ruby/syntax_suggest] Update docs, clean up PR
Removes or updates mentions of Ripper https://github.com/ruby/syntax_suggest/commit/08aaa3f50a
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:
#