ping.rb 105 B

123
  1. # frozen_string_literal: true
  2. Dir.glob("#{File.dirname(__FILE__)}/ping/*").each { |file| require file }