module Dryad module Core class ConfigProvider def load raise "Implement this method" end end end end