Class: Bogy::HashHandler
Instance Method Summary collapse
-
#initialize(hash) ⇒ HashHandler
constructor
A new instance of HashHandler.
- #load ⇒ Object
Methods inherited from Handler
Constructor Details
#initialize(hash) ⇒ HashHandler
Returns a new instance of HashHandler.
3 4 5 |
# File 'lib/bogy/hash_handler.rb', line 3 def initialize(hash) @hash = hash end |
Instance Method Details
#load ⇒ Object
7 8 9 |
# File 'lib/bogy/hash_handler.rb', line 7 def load @hash end |