# File rbSnack/tkSnack.rb, line 60
  def makeOps( opList )
    return opList unless block_given?
    @@opList=opList
    @@opList = {} if @@opList==nil
    yield 
    @@opList =nil if @@opList.length==0
    @@opList
  end