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