Ruby 2.6.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Numericクラス > /
self / other -> Numeric
除算の演算子です。 self を other で割った商を返します。
Numeric では定義されておらず、サブクラスの実装によります。
[SEE_ALSO] Integer#/, Float#/, Rational#/, Complex#/