class Utils::ConfigFile::BlockConfig

def inherited(modul)

Parameters:
  • modul (Module) -- the module that inherited this class
def inherited(modul)
  modul.extend DSLKit::DSLAccessor
  super
end