self < other -> bool
比較演算子。数値として小さいか判定します。
例 3.14 < 3.1415 # => true 3.14 <= 3.1415 # => true
3.14 < 3.1415 # => true 3.14 <= 3.1415 # => true