class Hamster::Stack

def to_ary

def to_ary
  @list.to_ary
end