# File lib/attic.rb, line 66 66: def metameta_def name, &blk 67: metameta_eval { define_method name, &blk } 68: end