Method: Coverband::Configuration#current_root
- Defined in:
- lib/coverband/configuration.rb
#current_root ⇒ Object
229 230 231 |
# File 'lib/coverband/configuration.rb', line 229 def current_root @current_root ||= File.(Coverband.configuration.root).freeze end |