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