Class: WEEL::ReadHash
Overview
}}}
Instance Method Summary collapse
-
#initialize(values) ⇒ ReadHash
constructor
A new instance of ReadHash.
Methods included from HashExt
#any?, #empty?, #method_missing, #to_json
Constructor Details
#initialize(values) ⇒ ReadHash
Returns a new instance of ReadHash.
297 298 299 |
# File 'lib/weel.rb', line 297 def initialize(values) @__weel_values = values end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class WEEL::HashExt