Method: Hyperstack::Internal::State::Mapper.current_objects

Defined in:
lib/hyperstack/internal/state/mapper.rb

.current_objectsObject

and a list of objects indexed by observers



166
167
168
# File 'lib/hyperstack/internal/state/mapper.rb', line 166

def current_objects
  @current_objects ||= Hash.new { |h, k| h[k] = [] }
end