class Hamster::Stack

def to_list

def to_list
  @list
end