# File lib/facets/core/kernel/meta_def.rb, line 7 def meta_def( name, &block ) meta_class do define_method( name, &block ) end end