path

dir.path â string or nil
Instance Public methods

Returns the path parameter passed to dir's constructor.

d = Dir.new("..")
d.path   #=> ".."
doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.