Skip to content

Commit

Permalink
updated comments in ex08_1.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelakey committed Dec 5, 2011
1 parent 2d8b402 commit 0cd0818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex08_1.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

# This one's interesting
# Each puts statement format string [ ] requires 4 arguments or it won't work
# Each puts statement format string [ ] requires 4 arguments or it won't work, you'll get a "too few arguments error"
#

formatter = "%s %s %s %s"
Expand Down

0 comments on commit 0cd0818

Please sign in to comment.