Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
run_ruby_script(command, config = {})
public
Executes a ruby script (taking into account WIN32 platform quirks).
Parameters
command |
the command to be executed.
|
config |
give :verbose => false to not log the status.
|
# File lib/bundler/vendor/thor/lib/thor/actions.rb, line 266
def run_ruby_script(command, config = {})
return unless behavior == :invoke
run command, config.merge(:with => Bundler::Thor::Util.ruby_command)
end