to_csv(options = Hash.new)
Instance Public methods
Returns the table as a complete CSV String. Headers will be listed first, then all of the field rows.
This method assumes you want the #headers, unless you explicitly pass
:write_headers => false
.
Please login to continue.