module Bushido class Utils class << self # TODO: Make this update all the available ENV variables def refresh_env! end end end end