class Hamster::Tuple

def to_ary

def to_ary
  @items
end