Actions
Bug #1984
closedunable to require '.so' files with full directory path
Bug #1984:
unable to require '.so' files with full directory path
Description
=begin
where c:\dev\go.rb exists
c:\dev>irb
require "\dev\go"
=> true
you can require it by absolute path.
However with c:\dev\go.so exists, you cannot.
Thanks.
=end
Actions