Method: Sibit::BestOf#height
- Defined in:
- lib/sibit/bestof.rb
#height(hash) ⇒ Object
Get the height of the block.
57 58 59 60 61 |
# File 'lib/sibit/bestof.rb', line 57 def height(hash) best_of('height') do |api| api.height(hash) end end |