Method: Confinicky::Parsers::Command#values_array

Defined in:
lib/confinicky/parsers/command.rb

#values_arrayObject

Returns an array containing the name / value pair for the command.



53
54
55
# File 'lib/confinicky/parsers/command.rb', line 53

def values_array
  [@name, @expression.value]
end