diff options
author | Gopal Patel <[email protected]> | 2024-01-08 10:31:37 -0800 |
---|---|---|
committer | git <[email protected]> | 2024-02-24 03:39:22 +0000 |
commit | 7556fd937cfedbee9775b92124fcdce5c416dd50 () | |
tree | 55bca2cd9e0dce4543c8e086bda52d3c2158e1a6 /lib/prism/pack.rb | |
parent | e03e9c3644c3c5a8713e1fed547da0c0becf36de (diff) |
[ruby/prism] Split private types
https://.com/ruby/prism/commit/0209d093ec
-rw-r--r-- | lib/prism/pack.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -216,6 +216,7 @@ module Prism else source = directive.source end " #{source.ljust(source_width)} #{directive.describe}" end |