Skip to content

Instantly share code, notes, and snippets.

@cored
Created November 19, 2013 18:25
Show Gist options
  • Save cored/7549983 to your computer and use it in GitHub Desktop.
Save cored/7549983 to your computer and use it in GitHub Desktop.
def create_words_file
create_file WORDS_FILENAME do |file, sequence, word|
file.write "#{word}\n"
end
self
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment