Method: Ruby2exe.rubyc_path

Defined in:
lib/ruby2exe.rb

.rubyc_pathObject



6
7
8
9
10
# File 'lib/ruby2exe.rb', line 6

def self.rubyc_path
  File.expand_path(
    File.join(__dir__, "..", "vendor", "rubyc-0.5.0+extra5-osx-amd64")
  )
end