Method: God::Timeline#initialize

Defined in:
lib/god/timeline.rb

#initialize(max_size) ⇒ Timeline

Instantiate a new Timeline

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

Returns Timeline



8
9
10
11
# File 'lib/god/timeline.rb', line 8

def initialize(max_size)
  super()
  @max_size = max_size
end