Class: Pears::Provider::Hash
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(hash) ⇒ Hash
constructor
A new instance of Hash.
Methods inherited from Base
Constructor Details
#initialize(hash) ⇒ Hash
Returns a new instance of Hash.
4 5 6 |
# File 'lib/pears/provider/hash.rb', line 4 def initialize(hash) @data = hash end |