The calendar is gone.
Click here to view posts


Ruby should
Ruby should have a ternary operator for <=>
Ex:
string = 1<=>2 ? "is less":"are equal":"is greater"

string would be eqaul to "is less".. I will start working on this..