instance method FalseClass#inspect

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

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



false.to_s      # => "false"