# File lib/juicer/install/base.rb, line 44 def bin_path return @bin_path if @bin_path @bin_path = File.join(path, "bin") end