Ruby puts and p | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Ruby puts and p

in Ruby what is the difference between p and puts?

22nd Nov 2021, 1:16 AM
Sigitas Janušauskas
Sigitas Janušauskas - avatar
1 Antwort
+ 2
Run the following puts "hello" p "hello" You will see that p outputs a raw string showing the string notations
22nd Nov 2021, 2:35 AM
Rik Wittkopp
Rik Wittkopp - avatar