Actions
Feature #21979
open`String#unpack`/`String#unpack1` should allow negative offset
Feature #21979:
`String#unpack`/`String#unpack1` should allow negative offset
Status:
Open
Assignee:
-
Target version:
-
Description
https://bugs.ruby-lang.org/issues/18254#note-14
I think String#unpack/String#unpack1 should allow negative offset as well as the other methods, for example String#slice that is referred to in the description.
Actions