Commit 62f7ee0 1 parent 84d97d1 commit 62f7ee0 Copy full SHA for 62f7ee0
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ module GitReview
27
27
28
28
class GitReview
29
29
30
- include Internals
30
+ include :: GitReview :: Internals
31
31
32
32
def initialize ( args = [ ] )
33
33
::GitReview ::Commands . args = args
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module GitReview
2
2
3
3
module Commands
4
4
5
- include Internals
5
+ include :: GitReview :: Internals
6
6
extend self
7
7
8
8
attr_accessor :args
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module GitReview
14
14
15
15
class Github
16
16
17
- include Internals
17
+ include :: GitReview :: Internals
18
18
19
19
attr_reader :github
20
20
attr_accessor :source_repo
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module GitReview
5
5
# TODO: remove Github-dependency
6
6
class Local
7
7
8
- include Internals
8
+ include :: GitReview :: Internals
9
9
10
10
attr_accessor :config
11
11
You can’t perform that action at this time.
0 commit comments