uniq, , link ( find_by , , ), ( , ?) - , , )
, link , :
entries.each do |row|
scrap = Scrap.create_with(title: row.css('h2>a').text, day: row.css('time').text).find_or_initialize_by(link: row.css('a')[0]['href'])
@entriesArray << Entry.new(title,link,days) if scrap.new_record? && (scrap.save! if scrap.new_record?)
end
( if , Entry, Entry, , if scrap.new_record? ... end