We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e0251 commit bbcd588Copy full SHA for bbcd588
rp
@@ -23,10 +23,9 @@ end
23
def print_welcome()
24
message = <<-WELCOME
25
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!
+previously found at http://rubymonk.com/. This is a program written in `ruby`
+that runs actual `ruby` code snippets in the `ruby` interpreter on your system.
+It is intended to be interactive, fun, and educational. Enjoy!
30
WELCOME
31
puts "\n#{message.format(color:'yellow')}\n\n"
32
end
0 commit comments