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