# File raggle, line 227
  def proc(string=nil, &block)
    Kernel.proc(string, &block)
  end