bmcfall
2/21/2018 - 6:57 PM

Public gist - Turing - A Compilation of Items Completed for Day 2 of Prework

Public gist - Turing - A Compilation of Items Completed for Day 2 of Prework

What is the ruby command used to output something to the terminal? The following Ruby command used to output something to the terminal: puts

How is a ruby file run from the command line? The follow command runs a Ruby file from the command line: ruby ruby_file.rb

If a # is at the beginning of a ruby line in Atom, what does that indicate? An octothorpe at the beginning of a line in Ruby indicates a comment.

What will "turing".length return? => 6