Module: FlexibleHashAccess
- Defined in:
- lib/familia/refinements.rb
Overview
FlexibleHashAccess
This module provides a refinement for the Hash class to allow flexible access to hash keys using either strings or symbols interchangeably for reading values.
Note: This refinement only affects reading from the hash. Writing to the hash maintains the original key type.