Class: Command::TestHelper::ProxyCommand
- Inherits:
-
Object
- Object
- Command::TestHelper::ProxyCommand
- Includes:
- Command
- Defined in:
- lib/command/test_helper.rb
Constant Summary
Constants included from Command
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
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 |