Module: Ruby2exe
- Defined in:
- lib/ruby2exe.rb,
lib/ruby2exe/version.rb,
lib/ruby2exe/cli/root_command.rb,
lib/ruby2exe/cli/build_command.rb,
lib/ruby2exe/cli/version_command.rb
Defined Under Namespace
Modules: Cli
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.cores ⇒ Object
2 3 4 |
# File 'lib/ruby2exe.rb', line 2 def self.cores Integer(`sysctl -n hw.ncpu`) end |
.rubyc_path ⇒ Object
6 7 8 9 10 |
# File 'lib/ruby2exe.rb', line 6 def self.rubyc_path File.( File.join(__dir__, "..", "vendor", "rubyc-0.5.0+extra5-osx-amd64") ) end |