# File temp/Graph/Graph.rb, line 356
      def init_with config
        config.each { |key, value|
          self.send( key.to_s+"=", value ) if methods.include? key.to_s
        }
      end