TechnologyProfessionTest
Ruby
Sort by
Newest
Most popular
Last review
Filter by
Published
80
To review
0
TechnologyProfessionTest
Ruby
Sort by
Newest
Most popular
Last review
Filter by
Published
80
To review
0
80 questions
Expert
2 votes293 runs0 comment
Easy
1 vote64 runs0 comment
What is the output of the following Ruby code? `1..5.to_a`
Olivier Millaat Nov 16, 2021
Easy
0 vote301 runs0 comment
Medium
0 vote294 runs0 comment
Which of the following Ruby code blocks will print 1, 2, 3?
Hivebriteat Nov 29, 2021
Easy
0 vote290 runs0 comment
Write a Ruby program that prints the sum of two numbers
Hivebriteat Nov 29, 2021
Hard
0 vote281 runs0 comment
Return the instance methods common to String, Integer and Array, returns an array
Hivebriteat Mar 3, 2023
Medium
0 vote281 runs1 comment
What is the difference between include, extend and prepend in Ruby?
Hivebriteat Nov 29, 2021
Hard
0 vote273 runs1 comment
Expert
0 vote271 runs0 comment
Define a class foobar that inherits from Array and has a method foo.
Hivebriteat Nov 29, 2021
Medium
0 vote269 runs0 comment
Easy
0 vote268 runs0 comment
How to get the first 3 elements of an array in Ruby
Hivebriteat Nov 29, 2021
Hard
0 vote267 runs0 comment
Hard
0 vote266 runs0 comment
Which Ruby libraries are used for background processing?
Hivebriteat Nov 29, 2021
Hard
0 vote266 runs0 comment