Skip to content

Commit

Permalink
add time to header
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolly committed Dec 12, 2012
1 parent 43eea10 commit 7c3ec9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pickem.rb
Expand Up @@ -11,7 +11,7 @@ module Pickem
def self.results
scraper = Scrapers::CBSSports.scrape!
table = Terminal::Table.new({
title: "Week #{current_week}\n#{scraper.source}",
title: "Week #{current_week}\n#{Time.now}\n#{scraper.source}",
headings: ['Away', 'Home', 'Current Line'],
rows: scraper.picks
})
Expand Down

0 comments on commit 7c3ec9e

Please sign in to comment.