class Git::Stashes

def [](index)

def [](index)
  @stashes[index.to_i]
end