chef / ffi-yajl

Ruby FFI gem wrapper around yajl2 library
MIT License
11 stars 21 forks source link

Substitute require for require_relative #105

Closed tas50 closed 4 years ago

tas50 commented 4 years ago

require_relative is significantly faster and should be used when available.

Signed-off-by: Tim Smith tsmith@chef.io