Method: DopCommon::Command#verify_commands

Defined in:
lib/dop_common/command.rb

#verify_commandsObject



52
53
54
# File 'lib/dop_common/command.rb', line 52

def verify_commands
  @verify_commands ||= verify_commands_valid? ? create_verify_commands : []
end