Method: TreeMap::BoundedMap#ceiling_entry

Defined in:
lib/treemap/bounded_map.rb

#ceiling_entry(key) ⇒ Object



212
213
214
# File 'lib/treemap/bounded_map.rb', line 212

def ceiling_entry(key)
  find_bounded(key, Relation::CEILING)
end