# File lib/core/facets/instance.rb, line 146
  def eval(*a,&b)
    @delegate.instance_eval(*a,&b)
  end