# File lib/rubygems/specification.rb, line 925
  def bin_dir
    @bin_dir ||= File.join gem_dir, bindir # TODO: this is unfortunate
  end