Module: ResilientReadsGlobal

Defined in:
lib/resilient_reads.rb

Overview


Global helper — available everywhere just like the original gem.


Instance Method Summary collapse

Instance Method Details

#distribute_reads(**options, &block) ⇒ Object



260
261
262
# File 'lib/resilient_reads.rb', line 260

def distribute_reads(**options, &block)
  ResilientReads.run(**options, &block)
end

#resilient_reads(**options, &block) ⇒ Object



264
265
266
# File 'lib/resilient_reads.rb', line 264

def resilient_reads(**options, &block)
  ResilientReads.run(**options, &block)
end