11 12 13
# File 'lib/muon/config.rb', line 11 def get_option(key) get_local_option(key) || get_global_option(key) end