Medusa\Stack\EmptyStack::reverse PHP Method

reverse() public method

public reverse ( )
    public function reverse()
    {
        return new \EmptyIterator();
    }