HackerRank Ruby Tutorial - Everything is an Object solution

In this HackerRank Ruby Tutorial - Everything is an Object in Ruby. For instance, if you type

print self

in the code-editor, Ruby treats self as the object in which it is currently referred to.

Give it a try!

HackerRank Ruby Tutorial - Everything is an Object solution


Problem solution in Ruby Programming.

# Enter your code here. Read input from STDIN. Print output to STDOUT
print self

Post a Comment

0 Comments