File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,9 @@ To get started, you'll need to
15
15
2 . ` sample_data ` is a directory containing sample text files for our text analysis program to analyze
16
16
3 . ` examples/args.rb ` is a Ruby program demonstrating how command-line arguments work
17
17
4 . ` examples/file_read.rb ` is a Ruby program demonstrating how reading from a file in Ruby works
18
+
19
+ ## Note!
20
+
21
+ The ` textalyze.rb ` file that comes with this repository is filled with comments
22
+ designed to help you get started. You should feel free to delete them in order to
23
+ make the program easier to read.
Original file line number Diff line number Diff line change 2
2
# Visit https://github.com/codeunion/text-analysis/wiki to see what to do.
3
3
#
4
4
# Send an email to your cohort mailing list if you have any questions
5
- # or you're stuck!
5
+ # or you're stuck! These comments are here to help you, but please delete them
6
+ # as you go along. You wouldn't normally have such heavily-commented code.
6
7
7
8
# Method name: item_counts
8
9
# Input: An arbitrary array
You can’t perform that action at this time.
0 commit comments