# File lib/god/timeline.rb, line 17
def
push
(
val
)
self
.
concat
([
val
])
shift
if
size
>
@max_size
end