# File lib/ruby2ruby.rb, line 1057
  def self.name
    @@n += 1
    return "myproc#{@@n}""myproc#{@@n}"
  end