Method: CommandMapper::Command#command_env
- Defined in:
- lib/command_mapper/command.rb
#command_env ⇒ Hash{String => String} (readonly)
The environment variables to execute the command with.
30 31 32 |
# File 'lib/command_mapper/command.rb', line 30 def command_env @command_env end |