[ANN] cocos v0.1.2 released - cocos (code commons) - ruby auto-include quick-starter prelude & prolog

Hello,

  cocos version 0.1.2 has been released!

* home: GitHub - rubycocos/cocos: cocos (code commons) - auto-include quick-starter prelude & prolog
* bugs: Issues · rubycocos/cocos · GitHub
* rdoc: File: README — Documentation for cocos (0.1.2)

  The idea behind the new require 'cocos' - that is, the
  ruby code commons (coco) quick-starter prolog & prelude -
might not be new and is inspired by the haskell prelude(s)
or dare I say the all-inclusive require 'activesupport' from railsland

What would you auto-require & include in your ruby prolog & prelude?
Why & why not?

Anyways, I put together a first version and have started out with
what I use day-in-day-out in the ruby scripts (off-rails) -
yes, nowadays mostly data wrangling
or pixel art "metaverse digital identity avatar" scripts
and such -
and the plan is to add (much) more goodies over time
  to the ruby code commons (cocos) prelude & prolog.

  Changes / What's News?

  - added read_blob with aliases read_binary/read_bin
  - added read_data / parse_data as alternate shortcuts
     for read_csv( path, headers: false ), parse_csv( str, headers: false )