# File lib/facets/more/cut.rb, line 204
  def <(cutclass)
    if Class === cutclass
      Cut.stub(self,cutclass)
    else
      raise NoMethodError, "undefined method `<' for :#{self}:Symbol"
      #_op_lt_without_cuts(cut_class)
    end
  end