Class: Rico::CappedSortedMap

Inherits:
Map show all
Defined in:
lib/rico/capped_sorted_map.rb

Instance Attribute Summary collapse

Attributes included from Object

#bucket, #key

Method Summary

Methods inherited from Map

#members, resolve

Methods inherited from Collection

#add, #member?, #remove

Methods included from Object

#exists?, #initialize, #mutate

Instance Attribute Details

#limitObject

Returns the value of attribute limit.



3
4
5
# File 'lib/rico/capped_sorted_map.rb', line 3

def limit
  @limit
end