module Wire::Execution

Execution module for executing commands

Public Class Methods

global_execution_options() click to toggle source

return singleton object

# File lib/wire/execution/local_exec.rb, line 14
def self.global_execution_options
  ExecutionOptions.instance
end