Skip to content

Instantly share code, notes, and snippets.

View eanakashima's full-sized avatar

Emily Nakashima eanakashima

View GitHub Profile
@eanakashima
eanakashima / sweep.rb
Created August 15, 2012 04:23
selecta finda
#!/usr/bin/env ruby
require 'rubygems'
require 'bundler/setup'
# require 'broom'
require 'tempfile'
require 'fileutils'
@result_name = 'result_' + Time.now.strftime("%Y%m%d-%H%M") + '.txt'
@selectors_path = File.expand_path('~/Desktop/sweep/selectors.txt', __FILE__)
@proj_path = File.expand_path('~/workspace/e-comm/app/views', __FILE__)