# File lib/mixlib/config.rb, line 20
  def meta_def name, &blk
    (class << self; self; end).instance_eval { define_method name, &blk }
  end