# File lib/core/facets/module/module_def.rb, line 15 def module_def name, &blk module_eval { define_method name, &blk } end