# File lib/fssm/pathname.rb, line 10
def
for
(
path
)
path
.
is_a?
(
Pathname
)
?
path
:
new
(
path
)
end