Method: RightConf::BundlerConfigurator#run_windows
- Defined in:
- lib/rconf/configurators/bundler_configurator.rb
#run_windows ⇒ Object
Not implemented on windows
Raise
- (Exception)
-
Always raise
56 57 58 |
# File 'lib/rconf/configurators/bundler_configurator.rb', line 56 def run_windows raise "Bundler is not supported on Windows!" end |