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