brew/Library/Homebrew/startup/ruby_path.rb

6 lines
128 B
Ruby
Raw Normal View History

# typed: true
# frozen_string_literal: true
RUBY_PATH = Pathname.new(RbConfig.ruby).freeze
RUBY_BIN = RUBY_PATH.dirname.freeze