# File lib/ext/metaclass.rb, line 9
  def meta_def name, &blk
    meta_eval { define_method name, &blk }
  end