Don't use install_p directly
This commit is contained in:
parent
527f80b83d
commit
b5d9025d22
@ -62,6 +62,7 @@ class Pathname
|
|||||||
|
|
||||||
return return_value
|
return return_value
|
||||||
end
|
end
|
||||||
|
protected :install_p
|
||||||
|
|
||||||
# Creates symlinks to sources in this folder.
|
# Creates symlinks to sources in this folder.
|
||||||
def install_symlink *sources
|
def install_symlink *sources
|
||||||
@ -94,6 +95,7 @@ class Pathname
|
|||||||
|
|
||||||
return dst
|
return dst
|
||||||
end
|
end
|
||||||
|
protected :install_symlink_p
|
||||||
|
|
||||||
# we assume this pathname object is a file obviously
|
# we assume this pathname object is a file obviously
|
||||||
def write content
|
def write content
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user