In Files

Parent

Methods

Class/Module Index [+]

Quicksearch

Object

Public Instance Methods

CSV(*args, &block) click to toggle source

Another name for CSV::instance().

                
# File csv.rb, line 2322
def CSV(*args, &block)
  CSV.instance(*args, &block)
end
blog comments powered by Disqus