# File lib/wisper/configuration.rb, line 38 def fetch(key) raise KeyError, "broadcaster not found for #{key}" unless include?(key) @data[key] end