Method: ContextManager#initialize
- Defined in:
- lib/context_manager.rb
#initialize ⇒ ContextManager
9 10 11 12 13 14 15 |
# File 'lib/context_manager.rb', line 9 def initialize @directory = Hash.new @adaptations = Array.new @total_activations = 0 @activation_stamps = Hash.new self.resolution_policy= self.age_resolution_policy end |