Method: Sibit::BestOf#next_of

Defined in:
lib/sibit/bestof.rb

#next_of(hash) ⇒ Object

Get the hash of the next block.



64
65
66
67
68
# File 'lib/sibit/bestof.rb', line 64

def next_of(hash)
  best_of('next_of') do |api|
    api.next_of(hash)
  end
end