1 2 3 4 5 6 7
# frozen_string_literal: true $counting_loaded_times ||= 0 $counting_loaded_times += 1 module CountingLoader end