# File lib/chef/expander/configuration.rb, line 56
      def load(file)
        file = File.expand_path(file)
        instance_eval(IO.read(file), file, 1) if File.readable?(file)
      end