Method: Hyperstack::Internal::State::Mapper.current_observers
- Defined in:
- lib/hyperstack/internal/state/mapper.rb
.current_observers ⇒ Object
at the end of the rendering cycle the new_objects are processed into a list of observers indexed by objects…
161 162 163 |
# File 'lib/hyperstack/internal/state/mapper.rb', line 161 def current_observers @current_observers ||= Hash.new { |h, k| h[k] = [] } end |