For a detailed overview and instructions, visit the the project wiki.
To get started, you'll need to
- Fork this repository to your own GitHub account
- Open a Terminal and clone this repository to your local computer
- Navigate to the repository on your local computer
- Open the repository in Sublime Text
textalyze.rb
is the source code for this projectsample_data
is a directory containing sample text files for our text analysis program to analyzeexamples/args.rb
is a Ruby program demonstrating how command-line arguments workexamples/file_read.rb
is a Ruby program demonstrating how reading from a file in Ruby works