# File lib/grit/config.rb, line 17
    def fetch(key, default = nil)
      data[key] || default || raise(IndexError.new("key not found"))
    end