Skip to content

Commit

Permalink
remove needless require of colorize
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Dec 16, 2016
1 parent e2ba116 commit 8c9123e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scraper.rb
Expand Up @@ -3,12 +3,10 @@

require 'scraperwiki'
require 'nokogiri'
require 'colorize'
require 'pry'
require 'cgi'
require 'mechanize'


class String
def tidy
self.gsub(/[[:space:]]+/, ' ').strip
Expand Down

0 comments on commit 8c9123e

Please sign in to comment.