class Git::Path

def readable?

def readable?
  File.readable?(@path)
end