class Spoom::Sorbet::Config
def copy
def copy new_config = Sorbet::Config.new new_config.paths.concat(@paths) new_config.ignore.concat(@ignore) new_config.allowed_extensions.concat(@allowed_extensions) new_config end
def copy new_config = Sorbet::Config.new new_config.paths.concat(@paths) new_config.ignore.concat(@ignore) new_config.allowed_extensions.concat(@allowed_extensions) new_config end