General

Profile

maso (Yen-Nan Lin)

  • Login: maso
  • Registered on: 03/21/2011
  • Last sign in: 11/11/2011

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

11/10/2011

06:46 PM Ruby Feature #5607 (Closed): Inconsistent reaction in Range of String
=begin
When I tried to access excel file, I found some inconsistent behavior about range of string.
ruby-1.9.3-p0 :001 > ("A".."AB").to_a
=> ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R"...
maso (Yen-Nan Lin)

03/21/2011

10:05 PM Ruby Bug #4515 (Rejected): File.each_line read all lines of file as one line
=begin
I access a tab-delimited text file from Excel, the text file is 5 lines in my editors (TextEdit, TextWrangler).
However, when I use File.each_line to read it, this method only iterate once and combine 5 lines to 1 line.
I ex...
maso (Yen-Nan Lin)

Also available in: Atom