lib/alephant/publisher/writer.rb in alephant-publisher-0.5.0 vs lib/alephant/publisher/writer.rb in alephant-publisher-0.5.1
- old
+ new
@@ -44,10 +44,10 @@
def run!
batch? ? batch.sequence(message, &perform) : perform.call
end
- private
+ protected
def perform
Proc.new { renders.peach { |id, r| write(id, r) } }
end