print in ruby on rails code example
Example 1: ruby print
puts "hello world"
Example 2: print things ruby
puts "Hello World!"
Example 3: ruby how to print
puts "string"
p "string"
puts "hello world"
puts "Hello World!"
puts "string"
p "string"