Sign in Sign up
rubygems

octothorpe

A very simple hash-like class that borrows a little from OpenStruct, etc. * Treats string and symbol keys as equal * Access member objects with ot.>>.keyname * Guard conditions allow you to control what returns if key is not present * Pretty much read-only, for better or worse Meant to facilitate message-passing between classes.

Activity

Latest release
8y ago
Total releases
7
Cadence
~3 months
Last 12 months
0

Details

License
MIT
First release
Sep 08, 2015
Releases
Version Released
0.4.1 patch
0.4.0 minor
0.3.0 minor
0.2.0 minor
0.1.2 patch
0.1.1 patch
0.1.0 initial