Results for: "pstore"

Raised when trying to use an expired tuple.

YAML::Store provides the same functionality as PStore, except it uses YAML to dump objects instead of Marshal.

Example

require 'yaml/store'

Person = Struct.new :first_name, :last_name

people = [Person.new("Bob", "Smith"), Person.new("Mary", "Johnson")]

store = YAML::Store.new "test.store"

store.transaction do
  store["people"] = people
  store["greeting"] = { "hello" => "world" }
end

After running the above code, the contents of “test.store” will be:

---
people:
- !ruby/struct:Person
  first_name: Bob
  last_name: Smith
- !ruby/struct:Person
  first_name: Mary
  last_name: Johnson
greeting:
  hello: world

Subclass of Zlib::Error

When zlib returns a Z_STREAM_ERROR, usually if the stream state was inconsistent.

No documentation available
No documentation available

306 Switch Proxy - no longer unused

No documentation available
No documentation available

418 I’m a teapot - RFC 2324; a joke RFC 420 Enhance Your Calm - Twitter

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

An abstract class for enumerating pseudo-prime numbers.

Concrete subclasses should override succ, next, rewind.

Raised when trying to use a canceled tuple.

No documentation available
No documentation available

A template for stream parser listeners. Note that the declarations (attlistdecl, elementdecl, etc) are trivially processed; REXML doesn’t yet handle doctype entity declarations, so you have to parse them out yourself.

Generator

This exception is raised if a parser error occurs.

This exception is raised if the nesting of parsed data structures is too deep.

No documentation available

This exception is raised if a generator or unparser error occurs.

Search took: 3ms  ·  Total Results: 3363