self > other -> bool
比較演算子。数値として大きいか判定します。
例 3.14 > 3.1415 # => false 3.14 >= 3.1415 # => false
3.14 > 3.1415 # => false 3.14 >= 3.1415 # => false