Method: Coverband::Configuration#current_root

Defined in:
lib/coverband/configuration.rb

#current_rootObject



229
230
231
# File 'lib/coverband/configuration.rb', line 229

def current_root
  @current_root ||= File.expand_path(Coverband.configuration.root).freeze
end