Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > TrueClassクラス > to_s

instance method TrueClass#to_s

to_s -> String[permalink][rdoc]

常に文字列 "true" を返します。



true.to_s      # => "true"