to_s -> String
[permalink][rdoc][edit]-
パス名を文字列で返します。
require 'pathname' path = Pathname.new("/tmp/hogehoge") File.open(path)
to_s -> String
[permalink][rdoc][edit]パス名を文字列で返します。
require 'pathname'
path = Pathname.new("/tmp/hogehoge")
File.open(path)