In Ruby, puts and p are your go-to methods for quick output to the console.
puts
p
Ruby’s REPL is called IRB (Interactive Ruby).
Ruby comes with a built-in library called Test::Unit for writing unit tests, encapsulating testing practices within straightforward structures.
Test::Unit