Method: Cmds#env

Defined in:
lib/cmds.rb

#envHash{String | Symbol => String} (readonly)

Environment variables to set for command execution.

defaults to {}.

Returns:

  • (Hash{String | Symbol => String})


103
104
105
# File 'lib/cmds.rb', line 103

def env
  @env
end