# File lib/ramaze/snippets/metaid.rb, line 9
  def meta_def name, &blk
    meta_eval { define_method name, &blk }
  end