I repeat to the log the hash of value given to my attribute _"returned_value"_
[Source]
# File lib/uttk/strategies/Stub.rb, line 22 def assertion pass end
# File lib/uttk/strategies/Stub.rb, line 17 def run_impl @returned_value.each { |k, v| @log[k] = v } end
[Validate]