Skip to content

Commit

Permalink
Improve API docs for add_dll_directory
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis authored Jan 9, 2025
1 parent ff06a60 commit 7a72381
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ruby_installer/build/singleton.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ class << self
#
# This can be used to allow ruby extension files (typically named +<extension>.so+ ) to import dependent DLLs from another directory.
#
# The search order of added directories is not defined according to microsoft docs, but practically is the last added directory preferred.
#
# If this method is called with a block, the path is temporary added until the block is finished.
# The method returns a DllDirectory instance, when called without a block.
# It can be used to remove the directory later.
Expand Down

0 comments on commit 7a72381

Please sign in to comment.