# File rparsec/functors.rb, line 61
  def flip(&block)
    proc {|x,y|block.call(y,x)}
  end