diff options
author | Kevin Newton <[email protected]> | 2024-03-28 09:51:16 -0400 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2024-03-28 12:04:35 -0400 |
commit | fcc06fa82ab6f3916d8d9202c47db4fae48137dd (patch) | |
tree | c84e756b2e85218983d2304a13f722670581a208 /lib | |
parent | 97b2cc34359968459a6eba2ac166f3650adf47be (diff) |
[ruby/prism] CLI -x flag
https://github.com/ruby/prism/commit/2068e3c30a
Diffstat (limited to 'lib')
-rw-r--r-- | lib/prism/ffi.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/prism/ffi.rb b/lib/prism/ffi.rb index 1ca99db681..0a064a5c94 100644 --- a/lib/prism/ffi.rb +++ b/lib/prism/ffi.rb @@ -383,9 +383,6 @@ module Prism values << options.fetch(:line, 1) template << "L" - values << options.fetch(:offset, 0) - - template << "L" if (encoding = options[:encoding]) name = encoding.name values.push(name.bytesize, name.b) |