Method: CommandMapper::Command#command_env

Defined in:
lib/command_mapper/command.rb

#command_envHash{String => String} (readonly)

The environment variables to execute the command with.

Returns:

  • (Hash{String => String})


30
31
32
# File 'lib/command_mapper/command.rb', line 30

def command_env
  @command_env
end