Method: Thermite::Config#ruby_extension_path
- Defined in:
- lib/thermite/config.rb
#ruby_extension_path ⇒ Object
Path to the Rust shared library in the context of the Ruby project.
212 213 214 |
# File 'lib/thermite/config.rb', line 212 def ruby_extension_path ruby_path('lib', shared_library) end |