mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/csv.rb: [DOC] Fix typo in CSV.parse_line by @funky-bibimbap
[Fixes GH-430] https://github.com/ruby/ruby/pull/430 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
721ec2272c
commit
bceb856986
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Nov 8 02:09:12 2013 Zachary Scott <e@zzak.io>
|
||||
|
||||
* lib/csv.rb: [DOC] Fix typo in CSV.parse_line by @funky-bibimbap
|
||||
[Fixes GH-430] https://github.com/ruby/ruby/pull/430
|
||||
|
||||
Fri Nov 8 01:01:54 2013 Zachary Scott <e@zzak.io>
|
||||
|
||||
* golf_prelude.rb: syntax formatting for whitespace [Fixes GH-425]
|
||||
|
|
|
@ -1300,8 +1300,8 @@ class CSV
|
|||
|
||||
#
|
||||
# This method is a shortcut for converting a single line of a CSV String into
|
||||
# a into an Array. Note that if +line+ contains multiple rows, anything
|
||||
# beyond the first row is ignored.
|
||||
# an Array. Note that if +line+ contains multiple rows, anything beyond the
|
||||
# first row is ignored.
|
||||
#
|
||||
# The +options+ parameter can be anything CSV::new() understands.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue