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

instance method Symbol#intern

intern -> selfRuby 1.9.3 から[permalink][rdoc][edit]
to_sym -> self

self を返します。

p :foo.intern # => :foo

[SEE_ALSO] String#intern