self <=> other -> Integer | nil
[permalink][rdoc][edit]-
self と other を比較して、self が大きい時に 1 等しい時に 0、小さい時に -1 の整数を返します。
- [PARAM] other:
- 比較対象の Gem::Version のインスタンスを指定します。
self <=> other -> Integer | nil
[permalink][rdoc][edit]self と other を比較して、self が大きい時に 1 等しい時に 0、小さい時に -1 の整数を返します。