class RbSys::CargoBuilder

def ruby_static?

def ruby_static?
  return true if %w[1 true].include?(ENV["RUBY_STATIC"])
  makefile_config("ENABLE_SHARED") == "no"
end