rdp / os

The OS gem allows for some easy telling if you’re on windows or not. OS.windows? as well as some other helper utilities
MIT License
145 stars 33 forks source link

Remove `yaml` global require #77

Closed mperham closed 2 months ago

mperham commented 2 months ago

YAML is only used for the report method but uses quite a bit of memory. This lowers the memory usage by default.

Fixes #76