Class: ExtPP::Platform

Inherits:
Object
  • Object
show all
Defined in:
lib/extpp/platform.rb

Instance Method Summary collapse

Instance Method Details

#dynamic_library_extensionObject Also known as: shared_library_extension



3
4
5
# File 'lib/extpp/platform.rb', line 3

def dynamic_library_extension
  RbConfig::CONFIG["SOEXT"]
end