class Gamefic::Proxy::Config

def fetch(narrative)

def fetch(narrative)
  args.inject(narrative.config) { |hash, key| hash[key] }
end