Module: StrongHash
- Defined in:
- lib/strong_hash.rb,
lib/strong_hash/version.rb
Overview
by calling dot operator with key name
Defined Under Namespace
Classes: StrongHashFactory
Constant Summary collapse
- VERSION =
"0.1.2"
Class Method Summary collapse
Class Method Details
.new(hash) ⇒ Object
6 7 8 |
# File 'lib/strong_hash.rb', line 6 def self.new(hash) StrongHashFactory.new(hash) end |