Class: Rico::CappedSortedMap
- Inherits:
-
Map
- Object
- Collection
- Map
- Rico::CappedSortedMap
- Defined in:
- lib/rico/capped_sorted_map.rb
Instance Attribute Summary collapse
-
#limit ⇒ Object
Returns the value of attribute limit.
Attributes included from Object
Method Summary
Methods inherited from Map
Methods inherited from Collection
Methods included from Object
#data, #exists?, #initialize, #mutate
Instance Attribute Details
#limit ⇒ Object
Returns the value of attribute limit.
3 4 5 |
# File 'lib/rico/capped_sorted_map.rb', line 3 def limit @limit end |