Module: Autoproj::CmdLine
- Defined in:
- lib/autoproj/autobuild_extensions/dsl.rb
Class Method Summary collapse
-
.ruby_executable ⇒ Object
deprecated
Deprecated.
use Workspace.config.ruby_executable instead, or Autoproj.config.ruby_executable if you don’t have a workspace context object
Class Method Details
.ruby_executable ⇒ Object
Deprecated.
use Workspace.config.ruby_executable instead, or Autoproj.config.ruby_executable if you don’t have a workspace context object
18 19 20 |
# File 'lib/autoproj/autobuild_extensions/dsl.rb', line 18 def self.ruby_executable Autoproj.config.ruby_executable end |