# File lib/facets/more/cut.rb, line 252
  def new(*args,&block)
    if @proxycut
      @proxycut._new_without_cut(*args,&block)
    else
      _new_without_cut(*args,&block)
    end
  end