Method: Brief::Configuration#current
- Defined in:
- lib/brief/configuration.rb
#current ⇒ Object
15 16 17 18 19 20 21 22 |
# File 'lib/brief/configuration.rb', line 15 def current @current ||= { docs_path: 'docs', models_path: 'models', templates_path: 'templates', data_path: 'data' }.to_mash end |