lib/autoproj/autobuild.rb in autoproj-2.0.0.rc19 vs lib/autoproj/autobuild.rb in autoproj-2.0.0.rc20
- old
+ new
@@ -2,9 +2,13 @@
require 'fileutils'
require 'autobuild'
require 'set'
module Autoproj
+ def self.ruby_executable
+ Autoproj.workspace.config.ruby_executable
+ end
+
module CmdLine
def self.ruby_executable
Autoproj.workspace.config.ruby_executable
end
end