class Jeweler

def in_git_repo?

def in_git_repo?
  File.exists?(File.join(self.base_dir, '.git'))
end