Returns:
59 60 61
# File 'lib/hiera/scope.rb', line 59 def include?(key) CALLING_KEYS.include?(key) || @real.include?(key) end