# File lib/adhearsion/core_extensions/metaprogramming.rb, line 12 def meta_def(name, &block) meta_eval do define_method name, &block end end