bert icon indicating copy to clipboard operation
bert copied to clipboard

BERT (Binary ERlang Term) serialization library for Ruby.

Results 12 bert issues
Sort by recently updated
recently updated
newest added

Running into a bit of a perplexing problem with version 1.1.2: ``` >> BERT::Decode.new(StringIO.new("\203h\002d\000\005replyl\000\000\000\001a\001j")) ArgumentError: wrong number of arguments (1 for 0) from (irb):2:in `initialize' from (irb):2:in `new' ``` I...

This replaces the class Bignum and Fixnum by Integer, as they are deprecated since ruby2.4, and removed in ruby3.2.