Class: Command::TestHelper::ProxyCommand

Inherits:
Object
  • Object
show all
Includes:
Command
Defined in:
lib/command/test_helper.rb

Constant Summary

Constants included from Command

VERSION

Instance Method Summary collapse

Instance Method Details

#executeObject



9
10
11
12
13
14
15
# File 'lib/command/test_helper.rb', line 9

def execute
  error_list.each do |(key, value)|
    errors.add(key.to_sym, value.to_s)
  end

  return_value
end