crystal_ruby
crystal_ruby copied to clipboard
fix Bool.to_ruby returns inverted values
True is 0x14 (20_u64) and False is 0x00 (0_u64)