# File lib/god/timeline.rb, line 22 def push(val) if (size + 1) > @max_size reverse! pop reverse! end super(val) end