Module: Jrec::Paths

Included in:
Jrec
Defined in:
lib/jrec/paths.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(base) ⇒ Object



10
11
12
# File 'lib/jrec/paths.rb', line 10

def self.included base
  base.extend self
end

Instance Method Details

#rootObject



14
15
16
# File 'lib/jrec/paths.rb', line 14

def root
  @@root ||= find_root_with_flag(GEMFILE, Dir.pwd).to_s
end