to_s -> String
[permalink][rdoc][edit]inspect -> String
-
self の文字列表現を返します。
可能なら self を生成したソースファイル名、行番号を含みます。
p Proc.new { true }.to_s # => "#<Proc:0x0x401a880c@-:3>"
to_s -> String
[permalink][rdoc][edit]inspect -> String
self の文字列表現を返します。
可能なら self を生成したソースファイル名、行番号を含みます。
p Proc.new {
true
}.to_s
# => "#<Proc:0x0x401a880c@-:3>"