Class: File

Inherits:
Object
  • Object
show all
Defined in:
lib/unfold.rb

Class Method Summary collapse

Class Method Details

.git_rootObject



9
10
11
# File 'lib/unfold.rb', line 9

def self.git_root
  `git rev-parse --show-toplevel`.strip
end