Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.20 KB | None | 0 0
  1. if line.include? key
  2.         puts fourchan + board + thread
  3.         File.open( "results.txt", "w" ) do |the_file|
  4.          the_file.puts fourchan + board + thread
  5.         @results_found = true
  6.       end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement