schovi / baked_file_system

Virtual File System for Crystal language. Embedding your assets into final binary.
MIT License
177 stars 18 forks source link

Remove `BakedFile#@compressed_size` #19

Closed straight-shoota closed 6 years ago

straight-shoota commented 6 years ago

BakedFile doesn't need the instance variable @compressed_size because the value is the same as @slice.bytesize. We can just forward #size.