H
Henry Savr
Dear Ruby gurus:
I want to write anywhere in my code t1 > t2 and get:
- true if at least one parameter is nil and the other parameter is
Time
- standard comparision result in other case
How to do that?
Thank you
Henry
I want to write anywhere in my code t1 > t2 and get:
- true if at least one parameter is nil and the other parameter is
Time
- standard comparision result in other case
How to do that?
Thank you
Henry