Method: Muon::Config#get_option

Defined in:
lib/muon/config.rb

#get_option(key) ⇒ Object



11
12
13
# File 'lib/muon/config.rb', line 11

def get_option(key)
  get_local_option(key) || get_global_option(key)
end