Method: CommandExec::FieldHelper#executable
- Defined in:
- lib/command_exec/field_helper.rb
#executable(value) ⇒ Array
Set the path to the executable of the command
237 238 239 |
# File 'lib/command_exec/field_helper.rb', line 237 def executable(value) @executable[0] = value end |