instance method TrueClass#to_s

to_s -> String[permalink][rdoc]

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

例:

true.to_s      # => "true"