Skip to content

Commit bbcd588

Browse files
Jason ReevesJason Reeves
authored andcommitted
RIP rubymonk
1 parent e4e0251 commit bbcd588

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

rp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ end
2323
def print_welcome()
2424
message = <<-WELCOME
2525
Welcome to the Ruby Primer. This is a console version of the Ruby Primer
26-
found at http://rubymonk.com/learning/books/1-ruby-primer, maintained
27-
by C42 Engineering. This is a program written in ruby that runs actual
28-
ruby code snippets in the ruby interpreter on your system. It is intended
29-
to be interactive, fun, and educational. Enjoy!
26+
previously found at http://rubymonk.com/. This is a program written in `ruby`
27+
that runs actual `ruby` code snippets in the `ruby` interpreter on your system.
28+
It is intended to be interactive, fun, and educational. Enjoy!
3029
WELCOME
3130
puts "\n#{message.format(color:'yellow')}\n\n"
3231
end

0 commit comments

Comments
 (0)