diff options
author | Kevin Newton <[email protected]> | 2024-03-11 10:09:10 -0400 |
---|---|---|
committer | git <[email protected]> | 2024-03-11 14:49:23 +0000 |
commit | 2ab75bc44486b3afcd7ccb060120e12c2fa17217 () | |
tree | b2cbbe00f385cc8e8ec154655b29fbe4c74bee21 /lib/prism/ffi.rb | |
parent | a295eeba9d013ab3863a3e5e339e170332e9be9f (diff) |
[ruby/prism] Support offset
https://.com/ruby/prism/commit/665f533373
-rw-r--r-- | lib/prism/ffi.rb | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -383,6 +383,9 @@ module Prism values << options.fetch(:line, 1) template << "L" if (encoding = options[:encoding]) name = encoding.name values.push(name.bytesize, name.b) |