class RbSys::CargoBuilder

def split_flags(var)

def split_flags(var)
  Shellwords.split(RbConfig::CONFIG.fetch(var, ""))
end