Ruby 3.1 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
TrueClassクラス
inspect
instance method TrueClass#inspect
inspect -> String
[
permalink
][
rdoc
][
edit
]
常に文字列 "true" を返します。
例
true
.
inspect
# => "true"