Class: WEEL::ReadHash

Inherits:
Object
  • Object
show all
Includes:
HashExt
Defined in:
lib/weel.rb

Overview

}}}

Instance Method Summary collapse

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