Skip to content

Version 0.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@emnl emnl released this 16 Sep 20:19
· 13 commits to master since this release

Added

  • logpath for Logwriter, Logreader and Hash.
  • hashpath for Hash.
  • Shorthand syntax for puts and gets. Similar to Ruby's native hash: []= and [].
  • empty? method for Hash.
  • keys and values methods for Hash.
  • has_key? method for Hash.
  • maxkeylen and maxvaluelen for Logreader.
  • Logreader and Hash mixin Enumerable.
  • write_batch implemented for Logwriter.
  • Useful inspect for all classes.

Fixed

  • String-check for all input to Logwriter and Hash.