brianmario / yajl-ruby

A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)
http://rdoc.info/projects/brianmario/yajl-ruby
MIT License
1.48k stars 169 forks source link

Never abort the process for code supposed to be run in non debug mode #180

Open clod81 opened 6 years ago

clod81 commented 6 years ago

assert is used for debug purposes and should not be used for code that is intended to be used in production