Method: CommandExec::FieldHelper#executable

Defined in:
lib/command_exec/field_helper.rb

#executable(value) ⇒ Array

Set the path to the executable of the command

Parameters:

  • value (String)

    the path to the executable

Returns:

  • (Array)

    the executable



237
238
239
# File 'lib/command_exec/field_helper.rb', line 237

def executable(value)
  @executable[0] = value
end