Method: Appsignal::Extension::Jruby.lib_extension
- Defined in:
- lib/appsignal/extension/jruby.rb
.lib_extension ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
42 43 44 45 46 47 48 |
# File 'lib/appsignal/extension/jruby.rb', line 42 def self.lib_extension if Appsignal::System.agent_platform.include?("darwin") "dylib" else "so" end end |