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#slice getter #21

Closed straight-shoota closed 6 years ago

straight-shoota commented 6 years ago

The instance variable @slice shouldn't be exposed directly. There is already #to_slice which implements a more natural interface, similar to other Crystal types.