Skip to content

Commit 6b45546

Browse files
committed
update
1 parent 83dfd06 commit 6b45546

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

lib/project_path.rb

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
require "project_path/version"
1+
# require "project_path/version"
22

33
class ProjectPath
4-
def self.discover_root
5-
if Dir.glob('.git').length == 1
6-
Dir.pwd
7-
else
8-
Dir.chdir('..') do
9-
self.discover_root
10-
end
11-
end
4+
def self.hi
5+
puts "Hello world!"
126
end
137
end

project_path-0.1.2.gem

-428 KB
Binary file not shown.

0 commit comments

Comments
 (0)