Actions
Feature #9625
closedDefine `Pathname#/` to append to the path
Feature #9625:
Define `Pathname#/` to append to the path
Status:
Closed
Assignee:
-
Target version:
-
Description
How about borrowing this definition from Homebrew project:
class Pathname
def / that
join that.to_s
end
end
Looks nice to me.
Actions