Libraries
»
peterwald-git
(1.1.4)
»
Index
»
Git
»
Path
»
#writable?
Method: Git::Path#writable?
Defined in:
lib/git/path.rb
#
writable?
⇒
Boolean
Returns:
(
Boolean
)
18 19 20
# File 'lib/git/path.rb', line 18
def
writable?
File
.
writable?
(
@path
)
end