neoinfra.rb 157 B

1234567
  1. # frozen_string_literal: true
  2. # The supplies all of the various neoinfra info
  3. module NeoInfra
  4. require 'neoinfra/config'
  5. require 'neoinfra/accounts'
  6. end