instance method TrueClass#inspect

inspect -> String[permalink][rdoc][edit]

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



true.inspect   # => "true"