# File lib/markaby/metaid.rb, line 8
  def meta_def name, &blk
    meta_eval { define_method name, &blk }
  end