Method: Muon::Config#get_local_option

Defined in:
lib/muon/config.rb

#get_local_option(key) ⇒ Object



15
16
17
# File 'lib/muon/config.rb', line 15

def get_local_option(key)
  get_option_from_file(local_file, key)
end