You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MemoryIO can now be created to read/write from a Slice(UInt8). In this mode MemoryIO can't be exapnded, and can optionally be written. And when creating a MemoryIO from a String, it's non-resizeable and read-only.
Added Object#!~ (the opposite of =~)
at_exit now receives that exit status code in the block (thanks @makenowjust)
Allow using Set in JSON mappings (thanks @benoist)
Added File.executable?, File.readable? and File.writeable? (thanks @mverzilli)