ruby/lib/error_highlight
Luke Gruber 2a0ee408af [ruby/error_highlight] Fix error with prism when method given no arguments
such as:

  p = Proc.new

This now matches the RubyVM::AbstractSyntaxTree behavior, which is
not to highlight anything.

d5c592a1ba
2024-09-24 13:28:01 +00:00
..
base.rb [ruby/error_highlight] Fix error with prism when method given no arguments 2024-09-24 13:28:01 +00:00
core_ext.rb [ruby/error_highlight] Enable ErrorHighlight for TypeError/ArgumentError only after Ruby 3.2 2022-11-14 06:06:12 +00:00
error_highlight.gemspec [ruby/error_highlight] Allow the development version (= master branch) of Ruby 3.1 2021-06-30 17:33:57 +09:00
formatter.rb [ruby/error_highlight] Make the formatter mechanism support Ractor 2021-10-27 11:29:20 +09:00
version.rb [ruby/error_highlight] Bump version 2023-12-09 08:34:08 +00:00