IndexedDB::InMemoryIndex class of PicoRuby
Singleton methods
new
IndexedDB::InMemoryIndex.new(InMemoryStore store, String name) -> void
Instance methods
each
instance.each() ?{ ([untyped, untyped]) -> void } -> (Enumerator[[untyped, untyped], void] | void)
get
instance.get(untyped key) -> untyped
to_a
instance.to_a() -> Array[untyped]
Attr accessors
name (reader)
instance.name -> String