Class Prawn::ObjectStore
In: lib/prawn/object_store.rb
Parent: Object

Methods

<<   []   each   length   new   push   ref   size  

Included Modules

Enumerable

Public Class methods

Public Instance methods

<<(*args, &block)

Alias for push

length()

Alias for size

Adds the given reference to the store and returns the reference object. If the object provided is not a Prawn::Reference, one is created from the arguments provided.

[Validate]