Funicular::Store::Collection::Scope class of PicoRuby
Instance methods
all
instance.all() -> Array[untyped]
append
instance.append(untyped item) -> Array[untyped]
clear
instance.clear() -> nil
expired?
instance.expired?() -> bool
last
instance.last() -> untyped
last_id
instance.last_id() -> untyped
remove
instance.remove(untyped id) -> Array[untyped]
replace
instance.replace(untyped arr) -> Array[untyped]
same_tail?
instance.same_tail?(untyped other) -> bool
size
instance.size() -> Integer
Attr accessors
store_class (reader)
instance.store_class -> singleton(Funicular::Store::Collection)