Module: TraceViz::Helpers::ConfigHelper

Instance Method Summary collapse

Instance Method Details

#configObject



8
9
10
# File 'lib/trace_viz/helpers/config_helper.rb', line 8

def config
  Context.for(:config).configuration
end

#fetch_general_config(key) ⇒ Object



12
13
14
# File 'lib/trace_viz/helpers/config_helper.rb', line 12

def fetch_general_config(key)
  config.general[key]
end