📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 00:17:33
📂
/
/
opt
/
alt
/
ruby33
/
share
/
gems
/
gems
/
bundler-2.5.22
/
lib
/
bundler
/
templates
/
newgem
/
ext
/
newgem
✏️
Editing: extconf-c.rb.tt
# frozen_string_literal: true require "mkmf" # Makes all symbols private by default to avoid unintended conflict # with other gems. To explicitly export symbols you can use RUBY_FUNC_EXPORTED # selectively, or entirely remove this flag. append_cflags("-fvisibility=hidden") create_makefile(<%= config[:makefile_path].inspect %>)
💾 Save Changes
❌ Cancel