merge and 80 char limit on src

This commit is contained in:
Marc Peabody
2010-09-22 15:14:11 -04:00
2 changed files with 37 additions and 33 deletions

View File

@@ -110,6 +110,8 @@ module EdgeCase
File.open(PROGRESS_FILE_NAME,'r') do |f|
@_contents = f.read.to_s.gsub(/\s/,'').split(',')
end
else
@_contents = []
end
end
@_contents