Method: RightConf::BuildConfigurator#run_windows

Defined in:
lib/rconf/configurators/build_configurator.rb

#run_windowsObject

Run command line on Windows

Return

true

Always return true



93
94
95
# File 'lib/rconf/configurators/build_configurator.rb', line 93

def run_windows
  true # TBD
end