mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
bd78eabcf3
commit
60d3f9ef9f
1 changed files with 1 additions and 1 deletions
|
@ -1530,7 +1530,7 @@ class Gem::Specification < Gem::BasicSpecification
|
||||||
# a full path.
|
# a full path.
|
||||||
|
|
||||||
def bin_dir
|
def bin_dir
|
||||||
@bin_dir ||= File.join gem_dir, bindir # TODO: this is unfortunate
|
@bin_dir ||= File.join gem_dir, bindir
|
||||||
end
|
end
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue