# File lib/meta.rb, line 11
  def meta_eval &blk
    metaclass.instance_eval &blk
  end