From a1d0c621e90a5e1c44b8e18210a5d97f77df3472 Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Wed, 3 Jan 2024 11:44:26 -0500 Subject: [PATCH] [ruby/prism] More spacing in config.yml https://github.com/ruby/prism/commit/825ff8b9ec --- prism/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/prism/config.yml b/prism/config.yml index ee158f1c38..85785a768c 100644 --- a/prism/config.yml +++ b/prism/config.yml @@ -1767,6 +1767,7 @@ nodes: 0o10 base octal, value 8 010 base octal, value 8 0x10 base hexidecimal, value 16 + A 0 prefix indicates the number has a different base. The d, b, o, and x prefixes indicate the base. If one of those four letters is omitted, the base is assumed to be octal.