Ruby 4.0 リファレンスマニュアル

instance method Float#to_f

to_f -> self[permalink][rdoc][edit]

self を返します。

p 3.14.to_f # => 3.14