Method: Sibit::BestOf#block

Defined in:
lib/sibit/bestof.rb

#block(hash) ⇒ Object

This method should fetch a block and return as a hash.



96
97
98
99
100
# File 'lib/sibit/bestof.rb', line 96

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