# File lib/redis/pipeline.rb, line 116 def _set(object) @object = @transformation ? @transformation.call(object) : object value end