I see but the original guy I'm quoting said he actually saw the options available and used them. So how is that possible? And even if it is, it seems that a secure erase option does nothing on SSD but no one is absolutely sure?
Secure Erase is possible - I did do it to the 11" Air I returned. Used the normal Disk Utility in the preinstalled recovery image, I just had to unlock the drive to do it (by entering the password).
And yes it does do something, it was busy for 15 minutes and on an SSD that means it was doing a lot of writing. Basically what it does is overwrite the whole filesystem with zeroes (or repeatedly with multiple values if you choose a really high setting, which I would not recommend on an SSD because of the extra wear).
Writing zeroes does delete data, but the way SSDs work is that they move blocks around on every write. They have a spare capacity (between 8 and 20% or so) for their wear levelling algorithm and to cope with failed blocks due to wear.
The problem about doing a single pass (zeroeing the drive) is that you won't be deleting the spare capacity. However this isn't a big deal because there is no way to get the spare blocks (since they're marked as 'Spare' the SSD will never read from them until they are overwritten again with new data). The only way to get to them is by reading directly from the chips (and destroying the SSD), and because you have a random 8-20% of blocks from the drive it will be very hard to get any useful data from it. It will also require specialized equipment.
However zeroing the drive does make the 'visible' (to the computer) drive space completely blank. And yes, that does do something. If you don't do this, even without the password someone may be able to get data from it if for example they find the recovery key that is made when FileVault2 creates a new volume. If the volume was not encrypted then it will be fairly easy to recover some data.
Due to the wear & tear I wouldn't recommend zeroing an SSD much but in the event of handing it over to a third party (such as when selling or returning a laptop) it does, in my view, make much sense to zero the drive first.