Add autoload for `bindata`

This commit is contained in:
dwelch-r7 2021-03-10 12:15:18 +00:00
parent 17ef194c52
commit ab93041409
1 changed files with 1 additions and 0 deletions

View File

@ -284,3 +284,4 @@ loader.setup # ready!
# global autoload of common gems
autoload :Faker, 'faker'
autoload :BinData, 'bindata'