Method: Muon::Config#get_global_option

Defined in:
lib/muon/config.rb

#get_global_option(key) ⇒ Object



25
26
27
# File 'lib/muon/config.rb', line 25

def get_global_option(key)
  get_option_from_file(global_file, key)
end