Method: Hyperstack::Internal::State::Mapper.new_objects

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

.new_objectsObject

new_objects are added as the @current_observer reads an objects state



155
156
157
# File 'lib/hyperstack/internal/state/mapper.rb', line 155

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