Dir['./lib/eulim/chemical/*.rb'].each { |file| require file } module Eulim # This module will contain all chemical engineering related knowledge # Ex: Reactors module Chemical end end