class Rouge::InheritableList

def push(o)

def push(o)
  own_entries << o
end