SyntaxFix
Write A Post
Hire A Developer
Questions
puts or p is a good start to do that.
puts
p
p "asd" # => "asd" puts "asd" # => asd
here is more information about that: http://www.ruby-doc.org/core-1.9.3/ARGF.html