Class God::Timeline
In: lib/god/timeline.rb
Parent: Array

Methods

<<   new   push  

Public Class methods

Instantiate a new Timeline

  +max_size+ is the maximum size to which the timeline should grow

Returns Timeline

Public Instance methods

<<(val)

Alias for push

Push a value onto the Timeline

  +val+ is the value to push

Returns Timeline

[Validate]