Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't depend on Fiddle features which aren't in Ruby 3.0
The fiddle gem has changed more than I thought! We can't depend on CONST_STRING being available, nor the Fiddle::Type module. Thankfully, passing strings _in_ as VOIDP or CONST_STRING works the same, and we don't need to look at any string results, so we can just use the old/new types interchangeably.
- Loading branch information