15 16 17
# File 'lib/core/helpers.rb', line 15 def random_four_digits SecureRandom.random_number(1000..9999) end