IndexedDB::InMemoryIndex class of PicoRuby

Singleton methods

new

IndexedDB::InMemoryIndex.new(InMemoryStore store, String name) -> void

Instance methods

each

instance.each() -> Enumerator[[untyped, untyped], untyped]
instance.each() { ([untyped, untyped]) -> void } -> untyped

get

instance.get(untyped key) -> untyped

to_a

instance.to_a() -> Array[untyped]

Attr accessors

name (reader)

instance.name -> String
Tags: class