# File lib/runt/temporalexpression.rb, line 52
  def minus (arg)
      yield Diff.new(self,arg)
  end