method

quote

ruby latest stable - Class: Array

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_6_287) is shown here.

quote()
public

No documentation available.

# File lib/mkmf.rb, line 137
  def quote
    map {|s| s.quote}
  end